-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Standalone launch of Firefox (Gecko) fails to load browser with missing service #4501
Comments
Always pass webdriver.gecko.driver property to Selenium if set in local mode fixes angular#4501
Always pass webdriver.gecko.driver property to Selenium if set in local mode fixes angular#4501
Hitting that problem, waiting for that fix... BTW, we wrote a small script which copies the gecko driver from the protractor node modeules. Download selenium drivers./node_modules/protractor/node_modules/webdriver-manager/bin/webdriver-manager update --versions.standalone 3.6.0 Copy the Gecko driverdriver_directory=./node_modules/protractor/node_modules/webdriver-manager/selenium |
Any idea when this will be fixed? |
This worked for me: package.json
|
It can be fixed using directConnect option, please take a look at https://github.com/IgorSasovets/geckodriver-windows-error. |
Always pass webdriver.gecko.driver property to Selenium if set in local mode fixes angular#4501
Bug report
Protractor is failing to set the webdriver.gecko.driver parameter when invoking selenium in standalone / local mode for use with Firefox.
6.11.3
master
(15776b8)firefox
Linux, Ubuntu 16.04
A relevant example test
N/A
Output from running the test
Steps to reproduce the bug
protractor protractor.conf.js
The URL you are running your tests against (if relevant)
N/A
The text was updated successfully, but these errors were encountered: