Registry / testing / htmlunit-driver

htmlunit-driver

JSON →
library4.13.0javamavenunverified

WebDriver compatible driver for HtmlUnit headless browser, enabling automated testing of web applications without a graphical interface.

<dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>htmlunit-driver</artifactId> <version>4.13.0</version> </dependency>
INSTALL
IMPORT
SIG · HTMLUNIT-DRIVER
H
htmlunit-driver
testingjavav4.13.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HtmlUnitDriver
org.openqa.selenium.htmlunit.HtmlUnitDriver

Minimal example showing how to create an HtmlUnitDriver and navigate to a URL.

import org.openqa.selenium.htmlunit.HtmlUnitDriver; public class Example { public static void main(String[] args) { HtmlUnitDriver driver = new HtmlUnitDriver(); driver.get("https://example.com"); System.out.println(driver.getTitle()); driver.quit(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.13.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
htmlunit-driver — mvn dependency:get htmlunit-driver · libregistry