A java GUI-Less browser, which allows high-level manipulation of web pages, such as filling forms and clicking links; just getPage(url), find a hyperlink, click() and you have all the HTML, JavaScript, and Ajax are automatically processed.
Features
- W3C DOM
- XPath support
- Handle incorrect HTML
- Cache content
- Big file download
- Minimal Applet support
- Optional untrusted HTTPS
- Native ActiveX
- Proxy Auto-Config
Categories
Software TestingLicense
Apache License V2.0Follow HtmlUnit
Other Useful Business Software
Easily Host LLMs and Web Apps on Cloud Run
Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure. Cloud Run gives you on-demand GPU access for hosting LLMs and running real-time AI—with 5-second cold starts and automatic scale-to-zero so you only pay for actual usage. New customers get $300 in free credit to start.
Rate This Project
Login To Rate This Project
User Reviews
-
s***y s***... URLs in reviews are prohibited.... proxy example is incorrect. that one.. final WebClient webClient = new WebClient(BrowserVersion.FIREFOX_10, "h ttp://myproxyserver", myProxyPort); somewhere inside it is going to do getHostByName("h ttp://myproxyserver") and fail so it must be final WebClient webClient = new WebClient(BrowserVersion.FIREFOX_10, "myproxyserver", myProxyPort);