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

Cannot find firefox browser #3070

Closed
jaichandra opened this issue Aug 17, 2016 · 11 comments
Closed

Cannot find firefox browser #3070

jaichandra opened this issue Aug 17, 2016 · 11 comments

Comments

@jaichandra
Copy link

Command:

polymer test -l firefox

Error:

Error: The following browsers were not found: firefox. (All installed browsers found: chrome, safari)

error:   cli runtime exception: Error: The following browsers were not found: firefox. (All installed browsers found: chrome, safari)
error:   Error: The following browsers were not found: firefox. (All installed browsers found: chrome, safari)
    at Object.<anonymous> (/Users/<user>/.nvm/versions/node/v5.7.1/lib/node_modules/polymer-cli/node_modules/wct-local/lib/browsers.js:62:19)
    at next (native)
    at fulfilled (/Users/<user>/.nvm/versions/node/v5.7.1/lib/node_modules/polymer-cli/node_modules/wct-local/lib/browsers.js:4:58)
    at process._tickCallback (node.js:406:9)

Firefox version:

48

OS Version:

OS X Yosemite
10.10.5 (14F1909)

I have tried reinstalling firefox couple of times and also restarting my mac.

@joaovieira
Copy link

Same for 47. Though I believe it was fine on 46. Tested on both node v4.4.7 and v6.4.0.

@Manningham
Copy link

Manningham commented Aug 23, 2016

I wonder if it has to do with a typo in selenium-standalone? webdriverio/selenium-standalone#207

@panuhorsmalahti
Copy link

panuhorsmalahti commented Aug 25, 2016

@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.

@lukasoppermann
Copy link

Me too, any news on this?

@ankon
Copy link
Contributor

ankon commented Oct 17, 2016

Firefox >46 is ignored by wct-local 2.0.9+, see also https://github.com/Polymer/wct-local/issues/40 and related issues.

@jaichandra
Copy link
Author

Only option for now seems to be to revert to Firefox 46. Even 47 didn't work.
SeleniumHQ/selenium#2559

@btelles
Copy link
Contributor

btelles commented Oct 24, 2016

@robdodson et al. Just ran into this myself. Now that Polymer Summit is over, got a sec to take a look?

@dfreedm
Copy link
Member

dfreedm commented Oct 25, 2016

Firefox 47+ transitioned to the new https://github.com/mozilla/geckodriver backend, which we've had issues getting to work with WCT.
I'm going to try updating our dependency on it to the latest version and try to get 49 working with it.

@dfreedm dfreedm self-assigned this Oct 25, 2016
@dfreedm
Copy link
Member

dfreedm commented Oct 25, 2016

Status Update: Looks like geckodriver v0.10 broke port number setting, but v0.11 works ok.

@dfreedm
Copy link
Member

dfreedm commented Oct 25, 2016

Fixed in wct-local v2.0.12

@lukasoppermann
Copy link

Now that firefox is working, how about Safari 10? https://github.com/Polymer/web-component-tester/issues/411

chuckh referenced this issue in Polymer/polymer-starter-kit Oct 31, 2016
robdodson referenced this issue in Polymer/polymer-starter-kit Oct 31, 2016
* 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.
usergenic referenced this issue Jun 6, 2018
- 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
@aomarks aomarks transferred this issue from Polymer/web-component-tester 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

9 participants