/htmlunit-driver

WebDriver compatible driver for HtmlUnit headless browser.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Travis Build Status

HtmlUnitDriver

HtmlUnitDriver is a WebDriver compatible driver for the HtmlUnit headless browser.

News

Twitter

Download and Installation

Maven/Gradle/...

Add a dependency on the latest htmlunit-driver version available in the Maven Central, please note that both artifactId and version are changed to match the dependent HtmlUnit version:

<dependency>
    <groupId>org.seleniumhq.selenium</groupId>
    <artifactId>htmlunit-driver</artifactId>
    <version>2.35.1</version>
</dependency>

License

HtmlUnitDriver is distributed under Apache License 2.0.