Releases: seleniumhq-community/htmlunit-remote
Upgrade to release 4.30.0
In this release, I upgraded Selenium to the latest release (version 4.30.0).
Upgrade to Selenium 4.29.0
In this release, I upgraded Selenium to the latest release (version 4.29.0).
Upgrade to Selenium 4.28.0
In this release, I upgraded Selenium to the latest release (version 4.28.0). I also resolved an intermittent failure in the Actions unit test.
Upgrade Selenium to 4.27.0
In this release, I upgraded Selenium to the latest release (version 4.27.0). I discovered that this release contains a minor breaking change, which wasn't documented anywhere that I can find. I hacked around it, and it'll probably work just fine.
Upgrade to Selenium 4.26.0
htmlunit-remote-4.26.0 [maven-release-plugin] copy for tag htmlunit-remote-4.26.0
Upgrade to Selenium 4.25.0; add JavaDoc
In this release, we upgraded to the latest release of Selenium and HtmlUnitDriver (version 4.25.0). We also added detailed JavaDoc to the HtmlUnitDriverServer class. This documentation can server as a handy reference to the W3C WebDriver interface.
Upgrade to Selenium 4.23.0; apply minor updates and bug fixes
In this release, I upgraded the Selenium version to 4.23.0.
In the process of testing this upgrade, I encountered test failures that led to the discovery of a few issues:
- The JSON converter that deserializes web service responses chained to its super-class when it encountered an Interaction object instead of returning the object as it should.
- I had failed to add clean-up code to close the browser session at the end of each test.
- The height value for elements changed from
72
to54
.