htmlunit

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

  • Owner: HtmlUnit/htmlunit
  • Platform:
  • License:: Apache License 2.0
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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.

Project News

HtmlUnit@Twitter

Latest release Version 2.36.0 / August 24, 2019

Download from Sourceforge

For maven, you would add:

<dependency>
    <groupId>net.sourceforge.htmlunit</groupId>
    <artifactId>htmlunit</artifactId>
    <version>2.36.0</version>
</dependency>

Latest CI build

Features

  • Support for the HTTP and HTTPS protocols
  • Support for cookies
  • Ability to specify whether failing responses from the server should throw exceptions or should be returned as pages of the appropriate type (based on content type)
  • Support for submit methods POST and GET (as well as HEAD, DELETE, ...)
  • Ability to customize the request headers being sent to the server
  • Support for HTML responses
    • Wrapper for HTML pages that provides easy access to all information contained inside them
    • Support for submitting forms
    • Support for clicking links
    • Support for walking the DOM model of the HTML document
  • Proxy server support
  • Support for basic and NTLM authentication
  • Excellent JavaScript support (see the JavaScript section below)

License

This project is licensed under the Apache 2.0 License

Main metrics

Overview
Name With OwnerHtmlUnit/htmlunit
Primary LanguageHTML
Program languageJava (Language Count: 15)
Platform
License:Apache License 2.0
所有者活动
Created At2018-09-02 08:59:44
Pushed At2025-07-26 14:09:42
Last Commit At2025-07-26 16:09:37
Release Count121
Last Release Name4.13.0 (Posted on )
First Release Name2.32 (Posted on )
用户参与
Stargazers Count0.9k
Watchers Count25
Fork Count181
Commits Count21.2k
Has Issues Enabled
Issues Count602
Issue Open Count153
Pull Requests Count184
Pull Requests Open Count14
Pull Requests Close Count190
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private