Skip to content

eckardnet/htmlunit

 
 

Repository files navigation

HtmlUnit

HtmlUnit is a "GUI-Less browser for Java programs". It models HTML documents and provides an API that allows you to invoke pages, fill out forms, click links, etc... just like you do in your "normal" browser.

It has fairly good JavaScript support (which is constantly improving) and is able to work even with quite complex AJAX libraries, simulating Chrome, Firefox or Internet Explorer depending on the configuration used.

It is typically used for testing purposes or to retrieve information from web sites.

License

This project is licensed under the Apache 2.0 License

About

HtmlUnit is a "GUI-Less browser for Java programs".

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 41.7%
  • HTML 31.0%
  • JavaScript 24.4%
  • CSS 1.9%
  • PHP 0.6%
  • XSLT 0.4%