Releases: seleniumhq-community/htmlunit-remote
Upgrade Selenium and driver to 4.43.0
In this release, I upgraded Selenium and HtmlUnit-Driver to the latest release (version 4.43.0).
Upgrade Selenium and driver to 4.42.0; resolve code breaks
In this release, I upgraded Selenium and HtmlUnit-Driver to the latest release (version 4.42.0).
NOTE: This new Selenium release contained breaking changes that needed to be resolved in HtmlUnit-Remote.
Upgrade Selenium and driver to 4.41.0
In this release, I upgraded Selenium and HtmlUnit-Driver to the latest release (version 4.41.0).
Update name of WebDriverInfo SPI declaration file
The Selenium project moved the WebDriverInfo interface from the org.openqa.selenium package to org.openqa.selenium.remote. I had updated the relevant import statement, but I forgot to rename the associated SPI declaration file. As a consequence, Selenium Grid was unable to locate HtmlUnitDriverInfo, which caused HtmlUnit nodes to abort on launch.
This release resolve the issue by updating the name of the WebDriverInfo SPI declaration file.
Upgrade to version 4.40.0; update stale POM SCM values; fix inaccurate import
This release is primarily focused on upgrading Selenium/HtmlUnit to version 4.40.0.
In the process, I stumbled over a couple of issues:
- The <scm> node of the POM specified stale URLs that pointed to the former home of this project.
- The HtmlUnitDriverInfo class specified an improper
importfor the WebDriverInfo interface.
For some reason, my old machine was able to work as expected with these issues. My new machine isn't so forgiving.
Upgrade to version 4.39.0; fix [browserVersion] issue
In this release, we upgraded to the latest releases of Selenium and HtmlUnitDriver (version 4.39.0).
We also fixed an issue that caused Selenium Grid slot match failures on driver requests that specify the browserVersion capability. The solution was to add a new vendor-specific capability: garg:browserVersion. This capability is ignored by the Grid distributor for slot matching, allowing proper matching and configuration of HtmlUnitDriver nodes.
Upgrade Selenium and driver to 4.38.0
In this release, I upgraded Selenium and HtmlUnit-Driver to the latest release (version 4.38.0).
Upgrade Selenium to 4.36.0 and driver to 4.36.1
In this release, I upgraded Selenium and HtmlUnit-Driver to the latest releases (versions 4.36.0 and 4.36.1 respectively).
Upgrade Selenium and driver to 4.35.0
In this release, I upgraded Selenium and HtmlUnit-Driver to the latest release (version 4.35.0).
Upgrade Selenium and driver to 4.34.0
In this release, I upgraded Selenium and HtmlUnit-Driver to the latest release (version 4.34.0).