-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[🚀 Feature]: Change driver repository URL in Selenium Manager #11687
Comments
Wasn't this implemented in a recent PR? |
Not yet. The last PR was about changing |
#12388 mentions a planned feature "SE_DRIVER_MIRROR". Any progress on that? |
You can track priorities for Selenium Manager here https://github.com/orgs/SeleniumHQ/projects/5/views/1 |
Completed via #12914. |
…RLs (SeleniumHQ#11687) * [rust] Include mirror argument to change online repository URLs (SeleniumHQ#11687) * [rust] Update checksum in bazel lock file
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Feature and motivation
Some companies would prefer to mirror the drivers' repositories (e.g., chromedriver, geckodriver) instead of using the official site. In that case, Selenium Manager should be able to specify an alternative repository URL, for instance, using a new flag called
--driver-mirror <MIRROR_URL>
.Usage example
The text was updated successfully, but these errors were encountered: