Skip to content
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

Closed
SankySyS opened this issue Mar 11, 2017 · 5 comments
Closed

Action doubleClick not working #3639

SankySyS opened this issue Mar 11, 2017 · 5 comments

Comments

@SankySyS
Copy link

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:

<!DOCTYPE html>
<html>

<body>
Browsers:
<input list="browsers">
<datalist id="browsers">
  <option value="Internet Explorer">
  <option value="Firefox">
  <option value="Chrome">
  <option value="Opera">
  <option value="Safari">
</datalist> 
</body>
</html>

action: new Actions(driver).doubleClick(element).build().perform();

@SankySyS
Copy link
Author

if i change action to

element.click();
element.click();

it's work as doubleClick

@lmtierney
Copy link
Member

What language bindings are you using? Are you going through standalone?

@SankySyS
Copy link
Author

i use Java 1.8 and "selenium-java" as maven dependency

@AnthonyMDev
Copy link

I'm having this same issue currently.

@lmtierney
Copy link
Member

This is an issue with geckodriver mozilla/geckodriver#661

@lock lock bot locked and limited conversation to collaborators Aug 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants