October 25th, 2010· Fixed handling of absolute image path (when src attribute start with a /). Fixes 2970512. Thanks to Todd Owen.
· Updated to slf4j 1.6.1.
· Updated to HtmlUnit 2.8.
· Updated to JUnit 4.8.2.
· Added the ability to change RefreshHandler in HtmlUnitTestingEngine. Fixes 1864365.
July 15th, 2010· Licensing change
April 9th, 2010· Updated to Selenium RC 1.0.1.
· Updated to HtmlUnit 2.7.
· Updated to JUnit 4.7.
May 15th, 2009· Updated to HtmlUnit 2.5. henryju
· add Enable partial matches of image src and alt attributes. Added assertImagePresentPartial(String partialImageSrc, String partialImageAlt) method. Fixes 2106019. Thanks to Kent R. Spillner. henryju
· add
· Exposed option to toggle exceptions on Javascript errors. Fixes 2647451. Thanks to Kent R. Spillner. henryju
· fix
· Used buffered output stream to improve WebTester.saveAs method performances. Fixes 2568604. Thanks to Umkhulubaas. henryju
· fix
· WebClient.closeAllWindows() called to prevent memory leak.
February 10th, 2009· Added new IElement element interface, and methods to directly access elements by XPath.
· Added assertHeader*() and assertResponseCode*() methods. Fixes 1744628.
· Added WebTestCase(WebTester) constructor. Fixes 1728676.
· Added assertLabeledFieldEquals(id, text), assertLabel*(), and setLabeledFormElementField(id, value) methods. Fixes 1519807.
· BC CHANGE: setFormElement(), assertFormElementEquals() methods will no longer assert that a form already exists in the page (as allowed by the HTML standard).
· navigator.userAgent is no longer null by default. Test cases now use the Firefox 3.0 user agent as the default, rather than MSIE 4.0. Fixes 1724695.
· Fixed proxy authentication bug in HtmlUnit implementation. Fixes 2306967. Thanks to r_monson.
· Added assertMatch(regexp, text) and assertNotMatch(regexp, text) methods. Fixes 1637716.
· Added assertCommentPresent(text) and assertCommentNotPresent(text) methods. Fixes 1277374.
· Added setTimeout() method. Fixes 1674646.
· Cleaned up the quickstart documentation. Fixes 2404789.
September 5th, 2008· setProxyAuthorization caused IllegalArgumentException with null username/password and not null host/port. Fixes 1860745 . Thanks to Ward Bergmans.
· Added setHiddenField method to WebTestCase. Fixes 1793818 . Thanks to Achim Huegen.
· assertCheckbox[Not]Present now works if HTML type attribute value is not lowercase (e.g.: type="CHECKBOX"). Fixes 1747033 . Thanks to Carlo Possati.
· Update to HtmlUnit 1.14.
· Support multiple selects with same name. Fixes 1874212 . Thanks to Mike C.
· assertButtonPresentWithText and clickButtonWithText now work for input button (submit, reset, button) matching the value attribute. Fixes 1845893 . Thanks to Mike.
· Add basic Selenium support.
· Rename IJWebUnitDialog in ITestingEngine.