- Improved JavaScript support, particularly full support for MooTools, adding to already supported Google Web Toolkit, jQuery, Mochikit and Sarissa
- Repackaged Rhino classes to allow the use of HtmlUnit and a regular Rhino version in the same project
- Support all HTML elements
- Experimental WebClient.waitForBackgroundJavaScript() and WebClient.waitForBackgroundJavaScriptStartingBefore() for simple, fast and deterministic AJAX testing
- Reworked handling of background JavaScript tasks using Java 5 executors
- And as usual, various bug fixes
-
HtmlUnit 2.5, a headless java browser, released (5 messages)
- Posted by: Ahmed Ashour
- Posted on: April 22 2009 08:27 EDT
A new release of the Open Source java GUI-Less browser is available, which allows high-level manipulation of web pages, such as filling forms, clicking links, accessing attributes and values of specific elements within the pages, you do not have to create lower-level requests of TCP/IP or HTTP, but just getPage(url), find a hyperlink, click() and you have all the HTML, JavaScript, and Ajax are automatically processed. The most common use of HtmlUnit is test automation of web pages (even with complex JavaScript libraries, like jQuery and Google Web Toolkit), but sometimes it can be used for web scraping, or downloading website content. The main enhancements of this release:Threaded Messages (5)
- Re: HtmlUnit 2.5, a headless java browser, released by Dominique De Vito on April 22 2009 09:01 EDT
- Re: HtmlUnit 2.5, a headless java browser, released by Ahmed Ashour on April 22 2009 10:14 EDT
- Re: HtmlUnit 2.5, a headless java browser, released by Time PassX on April 22 2009 12:25 EDT
- 2.5 getting better for Ajax by Frank Cohen on April 27 2009 01:47 EDT
- Re: HtmlUnit 2.5, a headless java browser, released by Ahmed Ashour on April 22 2009 10:14 EDT
- Congratulations! by Ophir Radnitz on April 23 2009 02:59 EDT
-
Re: HtmlUnit 2.5, a headless java browser, released[ Go to top ]
- Posted by: Dominique De Vito
- Posted on: April 22 2009 09:01 EDT
- in response to Ahmed Ashour
Is there a savePage() and/or saveCompletePage() (with images and so on) available ? It would be VERY useful for downloading content. Thanks. Dominique http://www.jroller.com/dmdevito -
Re: HtmlUnit 2.5, a headless java browser, released[ Go to top ]
- Posted by: Ahmed Ashour
- Posted on: April 22 2009 10:14 EDT
- in response to Dominique De Vito
Is there a savePage() and/or saveCompletePage() (with images and so on) available ?
Not yet, but it has been required in one of the Feature Requests. -
Re: HtmlUnit 2.5, a headless java browser, released[ Go to top ]
- Posted by: Time PassX
- Posted on: April 22 2009 12:25 EDT
- in response to Ahmed Ashour
guess you'll have to download your porno the old fashioned way -
2.5 getting better for Ajax[ Go to top ]
- Posted by: Frank Cohen
- Posted on: April 27 2009 01:47 EDT
- in response to Dominique De Vito
Congratulations to the HTMLUnit team on the 2.5 release. We've been participating in the development/testing of 2.5. We tested it with our SeleniumHTMLUnit library in TestMaker (lets you run Selenium tests using HTMLUnit as the browser) and found 2.5 handles much more Ajax strangeness than 2.4. -Frank Cohen http://www.pushtotest.com -
Congratulations![ Go to top ]
- Posted by: Ophir Radnitz
- Posted on: April 23 2009 02:59 EDT
- in response to Ahmed Ashour
I've been using your library for UI testing since 2.3 and find it very pragmatic and useful. Thank you!