HtmlUnitDriver is a WebDriver compatible driver for the HtmlUnit headless browser.
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>
HtmlUnitDriver is distributed under Apache License 2.0.