-
Notifications
You must be signed in to change notification settings - Fork 199
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 does not work with Firefox #974
Comments
This is an issue with Firefox 47 and Selenium 2.53.0 it seems. As a temporary fix, we just pinned the Firefox version in our .travis.yml:
|
Hi, we're hitting the same issue, just wanted to point out that it looks to me that even when this issue will be fixed the same problem might arise again with Firefox 48+ as noted in the selenium issue:
Let me know if I'm wrong thinking this, and if not are there any plan to support future Firefox versions? |
As indicated in webdriverio/selenium-standalone/issues/181 the hotfix commit 5006306 breaks runs on travis. We were running fine with pinning Firefox to version 46.0 in |
Upgrade to Selenium 2.53.1. Fixes #24
Upstream issue: SeleniumHQ/selenium#2110
Currently all our Travis builds are failing as Selenium is failing to boot Firefox. This is a compatability issue with Selenium 2.53 and Firefox. When running WCT the build will fail.
This is happening on Polymer master (https://travis-ci.org/Polymer/polymer/builds/136000685#L1310) and our repositories.
Maybe it is possible to pin down Selenium until this upstream issue has been resolved?
The text was updated successfully, but these errors were encountered: