htmlunit driver not compatible anymore with Selenium 4.3.0
See original GitHub issueHi everybody It looks like the htmlunit-driver 3.62.0 is not compatible anymore with the latest Selenium 4.3.0 version (which obviously had some classes removed):
The type org.openqa.selenium.interactions.HasInputDevices cannot be resolved. It is indirectly referenced from required .class files
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:16 (1 by maintainers)
Top Results From Across the Web
Issues · SeleniumHQ/htmlunit-driver - GitHub
WebDriver compatible driver for HtmlUnit headless browser. ... Selenium Htmlunit driver Problem getting elements on the right page (Vue.JS).
Read more >Unable to launch HtmlUnitdriver through Selenium 3.4.0
I am tried to run the HtmlUnitDriver with selenium 3.4 and chrome Version 64.0.3282.119 (Official Build) (32-bit). My code is:
Read more >Upgrade to Selenium 4
Are you still using Selenium 3? This guide will help you upgrade to the latest release!
Read more >SeleniumHQ / htmlunit-driver Download - JitPack
WebDriver compatible driver for HtmlUnit headless browser. ... Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. ......
Read more >release | Passionate Testing - Xceptance
HtmlUnit and Selenium have been updated ... You don't have an excuse to skip performance testing or rely on lame simple test cases...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
3.63.0 is released.
some of the tests in my project are failing with the new version of
htmlunit-driver
(3.63.0-SNAPSHOT
) andselenium-java
(4.3.0
). I’ll need to do some further investigation to see what the cause of the failures is.Will post back when i have more info.