HtmlUnit 3 Driver 4.21.0
rbri
released this
18 May 09:03
·
43 commits
to master
since this release
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