Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: web-3.5.5
-
Fix Version/s: web-3.6
-
Component/s: Web Selenium
-
Labels:None
-
Number of attachments :
Description
Starting on v2.34.0 they changed the packaging for the classes:
- HasInputDevices, Keyboard, Mouse
They moved it from the org.openqa.selenium to the new org.openqa.selenium.interaction package
SELENIUM'S CHANGE LOG
- Moved Mouse, Keyboard and TouchScreen to the interactions package
where they belong. This has the benefit of also making our build
files simpler once we delete the original versions which have been
deprecated.
All these classes are being used and imported by JBehave's WebDriverPage hence it doesn't compile after the upgrade
Activity
Paul Hammant
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fixed. Also upgraded Fluent Selenium.