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

[🚀 Feature]: Change driver repository URL in Selenium Manager #11687

Closed
bonigarcia opened this issue Feb 20, 2023 · 6 comments
Closed

[🚀 Feature]: Change driver repository URL in Selenium Manager #11687

bonigarcia opened this issue Feb 20, 2023 · 6 comments

Comments

@bonigarcia
Copy link
Member

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

selenium --browser chrome --driver-mirror http://my-chromedriver-mirror.net
@diemol
Copy link
Member

diemol commented Aug 9, 2023

Wasn't this implemented in a recent PR?

@bonigarcia
Copy link
Member Author

Not yet. The last PR was about changing --cache-path.

@andham
Copy link

andham commented Sep 8, 2023

#12388 mentions a planned feature "SE_DRIVER_MIRROR". Any progress on that?
For an air-gapped environment this would be crucial to get Selenium Manager to work.

@diemol
Copy link
Member

diemol commented Sep 8, 2023

You can track priorities for Selenium Manager here https://github.com/orgs/SeleniumHQ/projects/5/views/1

@bonigarcia
Copy link
Member Author

Completed via #12914.

aguspe pushed a commit to aguspe/selenium that referenced this issue Oct 22, 2023
…RLs (SeleniumHQ#11687)

* [rust] Include mirror argument to change online repository URLs (SeleniumHQ#11687)

* [rust] Update checksum in bazel lock file
Copy link

github-actions bot commented Dec 3, 2023

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.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Status: Done
Development

No branches or pull requests

3 participants