-
-
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
Firefox WebDriver getting #2423
Comments
@maninwindow it works with firefox as well, just confirmed again on firefox 46 with webdriver 2.53 |
@p00j4 I am using Firefox 47.0.1 and WebDriver 2.54. Have you tried |
This is a duplicate issue of #2285 |
I am getting the same issue on using new Actions(driver).moveToElement(tempHeaderElement).perform(); Log: |
@ranjprashant |
RemoteWebDriver WebDriver;
Actions actions = new Actions(WebDriver);
actions.ContextClick(searchItem).Perform();
Right click action code is working well on Chrome and IE, but for Firefox getting exception below:
It seems method Perform(); is not implemented for Firefox.
Have anyone had similar issue?
The text was updated successfully, but these errors were encountered: