Releases: SeleniumHQ/htmlunit-driver
HtmlUnit 3 Driver 4.27.0
This driver is compatible with Selenium 4.27.0 and uses HtmlUnit 4.7.0.
Changes
- uses Selenium 4.27.0 (https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG)
- uses HtmlUnit 4.7.0 (https://www.htmlunit.org/changes-report.html#a4.7.0)
Full Changelog: 4.26.0...4.27.0
HtmlUnit 3 Driver 4.26.0
This driver is compatible with Selenium 4.26.0 and uses HtmlUnit 4.6.0.
Changes
- uses Selenium 4.26.0 (https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG)
- uses HtmlUnit 4.6.0 (https://www.htmlunit.org/changes-report.html#a4.6.0)
- fixes for WebElement#getDomProperty() to be in sync with the latest selenium
- fixes for WebElement#getDomAttribute() to be in sync with the latest selenium
- relative locators are now supported - be aware that there might be some differences to real browsers because the js works mainly based on the layout and because HtmlUnit does no layouting
- executeScript supports now primitive arrays as args also
Full Changelog: 4.25.0...4.26.0
HtmlUnit 3 Driver 4.25.0
This driver is compatible with Selenium 4.25.0 and uses HtmlUnit 4.5.0.
Changes
- uses Selenium 4.25.0 (https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG)
- uses HtmlUnit 4.5.0 (https://www.htmlunit.org/changes-report.html#a4.5.0)
Full Changelog: 4.23.0...4.25.0
HtmlUnit 3 Driver 4.23.0
This driver is compatible with Selenium 4.23.0 and uses HtmlUnit 4.4.0.
Changes
- uses Selenium 4.23.0 (https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG)
- uses HtmlUnit 4.4.0 (https://www.htmlunit.org/changes-report.html#a4.4.0)
Full Changelog: 4.22.0...4.23.0
HtmlUnit 3 Driver 4.22.0
This driver is compatible with Selenium 4.22.0 and uses HtmlUnit 4.3.0.
Changes
- uses Selenium 4.22.0 (https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG)
- uses HtmlUnit 4.3.0 (https://www.htmlunit.org/changes-report.html#a4.1.0)
- Add ability to run as Grid node by implementing DesiredCapabilities/DriverOptions; many thanks ❤️@sbabcoc❤️ for this great contribution
Full Changelog: htmlunit3-driver-4.21.0...htmlunit3-driver-4.22.0
HtmlUnit 3 Driver 4.21.0
This driver is compatible with Selenium 4.21.0 and uses HtmlUnit 4.1.0.
Changes
- uses Selenium 4.21.0 (https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG)
- uses HtmlUnit 4.1.0 (https://www.htmlunit.org/changes-report.html#a4.1.0)
- class HtmlUnitOptions integrated into the HtmlUnitDriver class to be more in sync with the other drivers
- getAttribute(property) is now able to use js properties also if the excecution of js methods is disabled for the driver (issue #148)
Full Changelog: htmlunit3-driver-4.20.0...htmlunit3-driver-4.21.0
HtmlUnit 3 Driver 4.20.0
This driver is compatible with Selenium 4.20.0 and uses HtmlUnit 4.0.0.
Changes
- uses Selenium 4.20.0 (https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG)
Full Changelog: htmlunit3-driver-4.19.1...4.20.0
HtmlUnit 3 Driver 4.19.1
This driver is compatible with Selenium 4.19.1 and uses HtmlUnit 4.0.0.
Changes
- Internet Explorer is no longer supported
- uses Selenium 4.19.1 (https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG)
- uses HtmlUnit 4.0.0 (https://www.htmlunit.org/changes-report.html#a4.0.0)
Full Changelog: htmlunit3-driver-4.18.1...4.19.1
HtmlUnit 3 Driver 4.18.1
This driver is compatible with Selenium 4.18.1 and uses HtmlUnit 3.11.0.
Changes
- use Selenium 4.18.1 (https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG)
- use HtmlUnit 3.11.0 (https://www.htmlunit.org/changes-report.html#a3.11.0)
HtmlUnit 3 Driver 4.17.0
This driver is compatible with Selenium 4.17.0 and uses HtmlUnit 3.10.0.
Changes
- use Selenium 4.17.0