You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.
Our proxy rules ban AWS. As the service is starting it does an attempt to download the latest selenium drivers and fails. The startup fails even when there are already some downloaded binaries from previous runs (downloaded via direct Internet access).
Proposed solution:
Make the download optional - e.g. don't reject the promise when the download fails and let Selenium run with an older driver (if exists).
If you accept such a solution I am willing to create a pull request with the change.
The text was updated successfully, but these errors were encountered:
Might be good to have some kind of option to ignore failures or not even attempt downloading the latest drivers. If we make this the default behavior to not fail on such failures, it might lead to a download failure being unintentionally not noticed.
I had the same problem. I developed a workaround by downloading the selenium server java file and chromedriver manually, using gulp plus node run cmd package to run dual cmds, updating some arguments in capabalities, and removing the reference in wdio.conf which refers to services. Here is my solution: https://github.com/inspiraller/cucumber-boilerplate-behind-corporate-network
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Our proxy rules ban AWS. As the service is starting it does an attempt to download the latest selenium drivers and fails. The startup fails even when there are already some downloaded binaries from previous runs (downloaded via direct Internet access).
Proposed solution:
Make the download optional - e.g. don't reject the promise when the download fails and let Selenium run with an older driver (if exists).
If you accept such a solution I am willing to create a pull request with the change.
The text was updated successfully, but these errors were encountered: