-
Notifications
You must be signed in to change notification settings - Fork 2.3k
fix(local): Ensure webdriver.gecko.driver path is passed to Selenium #4502
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
1 similar comment
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
I signed it! |
CLAs look good, thanks! |
1 similar comment
CLAs look good, thanks! |
@wswebcreation: yes it is ... but that PR was merged, adds webdriver.chrome.driver but not webdriver.gecko.driver ... all this does is "finish" it. |
Tnx for the reply. I can, but may not merge it. I'll let that up to the core team ;-) |
So this pull req. is not merged because of the timed out command in tests? |
Always pass webdriver.gecko.driver property to Selenium if set in local mode fixes angular#4501
I've rebased the change in the hope the tests pass this time. |
All tests have passed @wswebcreation @costescuandrei can someone from the core team please merge? |
@cnishina any chance of a review please? |
Can anyone get this trivial change merged? |
+1 for merging this in & Thanks @bdellegrazie for updating it. |
Thanks. Merged. |
Always pass webdriver.gecko.driver property to Selenium if set in local
mode
fixes #4501