htmlunit 2.8-2ubuntu1 source package in Ubuntu
Changelog
htmlunit (2.8-2ubuntu1) zesty; urgency=medium * Sync on Debian unstable. Remaining change: - Point to /usr/share/java for the jar file * This upload also fixes FTBFS with mime4j. (LP: #1278116) -- Bhavani Shankar <email address hidden> Wed, 04 Jan 2017 11:12:35 +0530
Upload details
- Uploaded by:
- Bhavani Shankar
- Uploaded to:
- Zesty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- java
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
htmlunit_2.8.orig.tar.gz | 15.6 MiB | 381e40a4aaaf76089ebc045a655ffe8a8a381c1b8db2d02e2e71ae3886a94516 |
htmlunit_2.8-2ubuntu1.debian.tar.xz | 11.1 KiB | 179b2233ae5165098684abedbb34a6dbf327b89a4e24a9a1e941013153fc4f34 |
htmlunit_2.8-2ubuntu1.dsc | 1.8 KiB | 5ba662f656b6cf8025f52ef86f5d8493ef71f1d27aea3684b1fc08ddb56361cf |
Available diffs
- diff from 2.8-1ubuntu2 to 2.8-2ubuntu1 (3.8 KiB)
Binary packages built by this source
- libhtmlunit-java: GUI-Less browser for Java programs
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 either Firefox
or Internet Explorer depending on the configuration you want to use.
.
It is typically used for testing purposes or to retrieve information from web
sites.
.
HtmlUnit is not a generic unit testing framework. It is specifically a way to
simulate a browser for testing purposes and is intended to be used within
another testing framework such as JUnit or TestNG.