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

Selenium does not work with Firefox #974

Closed
TimvdLippe opened this issue Jun 8, 2016 · 3 comments
Closed

Selenium does not work with Firefox #974

TimvdLippe opened this issue Jun 8, 2016 · 3 comments

Comments

@TimvdLippe
Copy link
Contributor

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?

@TimvdLippe TimvdLippe changed the title Selenium does not work with Firefox 45 Selenium does not work with Firefox Jun 8, 2016
@ryantmer
Copy link

ryantmer commented Jun 8, 2016

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:

addons:
  firefox: "46.0"

@benoitjchevalier
Copy link

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:

  • Note : When Extension Signing ships in Firefox 48 or later the current Selenium WebDriver addon approach will no longer work and you will need to update to Marionette.

Let me know if I'm wrong thinking this, and if not are there any plan to support future Firefox versions?

@purdrew
Copy link

purdrew commented Jun 13, 2016

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 .travis.yml but now are broken on 46 and 47 because of the hotfix. Any suggestions for getting a configuration running on travis?

garlicnation referenced this issue in Polymer/wct-local Jul 1, 2016
Upgrade to Selenium 2.53.1. Fixes #24
@aomarks aomarks transferred this issue from Polymer/wct-local Jan 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants