htmlunit 2.8-1 source package in Ubuntu

Changelog

htmlunit (2.8-1) unstable; urgency=low


  * Initial release (Closes: #428127).

 -- Ludovico Cavedon <email address hidden>  Sun, 20 Nov 2011 01:37:43 -0800

Upload details

Uploaded by:
Ludovico Cavedon
Uploaded to:
Sid
Original maintainer:
Ludovico Cavedon
Architectures:
all
Section:
java
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
htmlunit_2.8-1.dsc 2.1 KiB b19d7312b7a134679e88fe49d9f32e04f2e51bd70ccdc624da2ace8a1d112f19
htmlunit_2.8.orig.tar.gz 15.6 MiB 381e40a4aaaf76089ebc045a655ffe8a8a381c1b8db2d02e2e71ae3886a94516
htmlunit_2.8-1.debian.tar.gz 10.9 KiB 58a31b28cd93a95135645896469491ae31a019eb08b5c7474cda2dae6c817252

No changes file available.

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.