-
-
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
Action doubleClick not working #3639
Comments
if i change action to
it's work as doubleClick |
What language bindings are you using? Are you going through standalone? |
i use Java 1.8 and "selenium-java" as maven dependency |
I'm having this same issue currently. |
This is an issue with geckodriver mozilla/geckodriver#661 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Meta -
OS: Windows 7
Selenium Version: 3.3.1
Browser: Firefox
Browser Version: 52.0 (32-bit)
Actual Behavior - Exception:
org.openqa.selenium.InvalidArgumentException: Expected 'id' default mouse to be mapped to InputState whose subtype is undefined, got: pointerMove
Build info: version: '3.3.1', revision: '5234b325d5', time: '2017-03-10 09:10:29 +0000'
System info: host: 'DL-R90G0MZM', ip: '172.19.200.157', os.name: 'Windows 7', os.arch: 'amd64', os.version: '6.1', java.version: '1.8.0_112'
Driver info: org.openqa.selenium.firefox.FirefoxDriver
Capabilities [{moz:profile=C:\Users\AppData\Local\Temp\rust_mozprofile.JrYdrbQ2ul2H, rotatable=false, timeouts={implicit=0, page load=300000, script=30000}, pageLoadStrategy=normal, platform=ANY, specificationLevel=0, moz:accessibilityChecks=false, acceptInsecureCerts=false, browserVersion=52.0, platformVersion=6.1, moz:processID=15868, browserName=firefox, platformName=windows_nt}]
Steps to reproduce -
Sample web page:
action:
new Actions(driver).doubleClick(element).build().perform();
The text was updated successfully, but these errors were encountered: