Releases: SeleniumHQ/htmlunit-driver
Releases · SeleniumHQ/htmlunit-driver
2.28.4
- fix HtmlUnit 2.28 dependency (the version 2.28.3 refers to the HtmlUnit snapshot) (#67)
2.28.3
- Update Selenium dependency to 3.8.1
- Update maven-javadoc-plugin to 3.0.0
- Update mockito dependency to 2.13.0
2.28.2
- major performance improvement (#65)
- slightly improved error message
2.28.1
- Update Selenium dependency to 3.7.1
- Update mockito dependency to 2.12.0
- fix driver initialization (#16)
- fix a memory leak (#55)
- fix the pom; do not use a property for the selenium version
2.28
- Update Selenium to 3.7.0
- Update HtmlUnit to 2.28
- fix handling of null argument in sendKeys (#52)
2.26
This is a major release:
- Implement
alert
and prompt
handling
- Browser name in capabilities must be "htmlunit", the old way is removed
- Handle
UNEXPECTED_ALERT_BEHAVIOUR
, ACCEPT_SSL_CERTS
and PAGE_LOAD_STRATEGY
capabilities
- Other fixes in HtmlUnitDriver and in HtmlUnit