-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Selenium 3: No such Method Exception generated for MoveToElement function using Marionette Driver #2360
Comments
duplicate of #2285 |
This is still not working for me. I am using latest geckodriver 0.15, selenium 3.3.1. org.openqa.selenium.UnsupportedCommandException: mouseMoveTo Does this work for anyone else? |
I can confirm this (or a similar) problem on upgrade to selenium 3.x (coming from 2.x) |
What version of firefox? You need 52.0.1 for mouse actions |
I use FF 54, selenium 3.40, geckodriver 0.17 with behat. error_message: |
trace for the above: Driver info: driver.version: RemoteWebDriver |
Meta -
OS: Win 7 64
Selenium Version: Selenium 3 Beta
Browser: Firefox 47
Browser Version:
Expected Behavior -
Move to Element should work
Actual Behavior -
Generates exception no Such Method
Steps to reproduce -
Sample Code to reproduce
Actions builder=new Actions(driver);
builder.moveToElement(element).build().perform();
The text was updated successfully, but these errors were encountered: