HtmlUnitDriver is a WebDriver compatible driver for HtmlUnit headless browser.
Add a dependency on the latest htmlunit-driver version available in the Maven Central, please note that both artifactId
7A8D
and version are changed to match the dependent HtmlUnit version:
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<version>2.27</version>
</dependency>HtmlUnitDriver is distributed under Apache License 2.0.