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