HtmlUnit is a "GUI-Less browser for Java programs".
HtmlUnit is a GUI-less browser for Java programs that allows users to model HTML documents and interact with web pages programmatically. It provides support for HTTP and HTTPS protocols, cookies, form submission, JavaScript, and more. HtmlUnit is commonly used for testing purposes and web scraping.
Add the following to your pom.xml
:
<dependency>