Software:HtmlUnit
From HandWiki
![]() | |
| Initial release | May 22, 2002 |
|---|---|
| Stable release | 4.15.0
/ August 17, 2025 |
| Written in | Java |
| Operating system | Cross-platform (JVM) |
| Available in | English |
| Type | Web browser |
| License | Apache License 2.0 |
| Website | https://www.htmlunit.org/ |
HtmlUnit is a headless web browser written in Java. It allows high-level manipulation of websites from other Java code, including filling and submitting forms and clicking hyperlinks. It also provides access to the structure and the details within received web pages. HtmlUnit emulates parts of browser behaviour including the lower-level aspects of TCP/IP and HTTP. A sequence such as getPage(url), getLinkWith("Click here"), click() allows a user to navigate through hypertext and obtain web pages that include
