-
Notifications
You must be signed in to change notification settings - Fork 50
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
WebDriverException on clean install #58
Comments
To me this looks like a potential bug with Selenium itself. Which version of Selenium are you using, and have you tried upgrading to the latest version? |
Selenium 3.0.2 version |
Thanks. My gut feeling is that it's a bug with the Selenium package with regard to Firefox. I haven't had a chance to test firsthand yet though. On a side note, it'd be useful to add Firefox to the Travis test matrix — I've created a separate issue for that in #60. |
this is not going to work in firefox using geckodriver, since the Actions class is yet to be implemented. I think the only temporary solution would be to use selenium 2.x |
Ran into this issue, this is related to a bug with Geckodriver and Selenium: A temporary fix for this issue is to downgrade to Selenium 2.53.6 and firefox 45.6. There may be other version combinations that work but in the meantime these have worked for me. |
This should be fixed with the code now in master (support was added for Geckodriver and recent Firefox versions). |
I try to run simple test from /test directory and I get an error like
The text was updated successfully, but these errors were encountered: