-
Notifications
You must be signed in to change notification settings - Fork 201
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
Cannot find firefox browser #3070
Comments
Same for 47. Though I believe it was fine on 46. Tested on both node v4.4.7 and v6.4.0. |
I wonder if it has to do with a typo in selenium-standalone? webdriverio/selenium-standalone#207 |
@Manningham I get the same problem (on Mac Os X El Capitan, Node 6.4.0) even though my selenium-standalone has the fix applied. |
Me too, any news on this? |
Firefox >46 is ignored by wct-local 2.0.9+, see also https://github.com/Polymer/wct-local/issues/40 and related issues. |
Only option for now seems to be to revert to Firefox 46. Even 47 didn't work. |
@robdodson et al. Just ran into this myself. Now that Polymer Summit is over, got a sec to take a look? |
Firefox 47+ transitioned to the new https://github.com/mozilla/geckodriver backend, which we've had issues getting to work with WCT. |
Status Update: Looks like geckodriver v0.10 broke port number setting, but v0.11 works ok. |
Fixed in wct-local v2.0.12 |
Now that firefox is working, how about Safari 10? https://github.com/Polymer/web-component-tester/issues/411 |
Per WCT issue https://github.com/Polymer/web-component-tester/issues/367 this should work.
* Set firefox to latest for travis as Selenium - Firefox issue is now fixed SeleniumHQ/selenium#2110. * Remove single quotes Travis did not install and run firebox test. This may correct it. * Change to firefox 47 Firefox 48 is not working with selenium, but Firefox 47.0.1 does work. Hopefully this will work instead of 46. See SeleniumHQ/selenium#2110 * Try firefox 47.0.1 Using firefox: latest or 47 travis Firefox tests don't run. Last try to see if 47.0.1 will work. Otherwise for now we should stick with `firefox: '46'. * Change Firefox to use latest instead of 46 Per WCT issue https://github.com/Polymer/web-component-tester/issues/367 this should work.
- Turn on marionette mode if Firefox version is > 47 - Force selenium-standalone to download geckodriver v0.11, as v0.10 is broken for setting ports - Refactor settings given to selenium-standalone to be consistent with installer Fixes Polymer/web-component-tester#367
Command:
Error:
Firefox version:
OS Version:
I have tried reinstalling firefox couple of times and also restarting my mac.
The text was updated successfully, but these errors were encountered: