HtmlUnit 2.6 has just been released! A ton of work has gone into this release, so I hope people find it useful.
Some highlights:
- Marc Guillemot tweaked the caching infrastructure a bit, which should result in improved performance, especially for those of you hitting remote websites for scraping and such.
- Ahmed Ashour has fixed quite a few bugs in a focused effort to make it easier for the GWT folks to incorporate HtmlUnit.
- Our WebClient serialization support was very broken in 2.5; this has now been fixed.
- Many, many more bugfixes!
Of course, HtmlUnit continues to support use with a wide variety of JavaScript libraries.
Give it a try and let us know what you think!
Ahmed Ashour said,
September 4, 2009 at 5:11 am
Hi Daniel,
FYI, HtmlUnit is now in GWT trunk, please see http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/google/gwt/junit/Platform.java
Daniel Gredler said,
September 4, 2009 at 3:08 pm
Cool! Didn’t realize it had made it there yet