-
-
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]: selenium manager allows customization DRIVER_URL #12388
Comments
@dongfangtianyu, thank you for creating this issue. We will troubleshoot it as soon as we can. Info for maintainersTriage this issue by using labels.
If information is missing, add a helpful comment and then
If the issue is a question, add the
If the issue is valid but there is no time to troubleshoot it, consider adding the
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C),
add the applicable
After troubleshooting the issue, please add the Thank you! |
This comment was marked as off-topic.
This comment was marked as off-topic.
@dongfangtianyu can you give logs of what you are doing and what isn't working? https://www.selenium.dev/documentation/webdriver/troubleshooting/logging/ |
Or grab the current version from here https://github.com/SeleniumHQ/selenium/tree/trunk/common/manager/ |
@MILADZASH that looks like a completely separate issue, please make sure you have Firefox downloaded on your system and create a new issue rather than continuing here. |
This is already possible https://www.selenium.dev/documentation/selenium_manager/ |
💬 Please ask questions at:
|
@diemol thank you, this looks exactly what I'm looking for. But it is currently not working properly, still downloading from the original HTTPS connection. Debug info
Version info
Is my usage incorrect? |
@bonigarcia can you check on this? |
That feature is planned, but it is not yet available on the Rust side:
|
Thanks. I've removed it from the docs, and we'll track this issue there. |
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
Selenium Manager is very cool and provides a unified way to obtain drivers.
However, it currently does not allow users to obtain drivers from custom servers, which means it must work in an interconnected internet environment.
Although Selenium Manager supports proxies, the use of HTTPS protocol in the URL makes the mirror server unable to function.
Usage example
If DRIVER_URL allows customization through
command line parameters
orenvironment variables
, then I can start an HTTP server and search for the corresponding driver in the mirror based on the URL.The working method of Selenium Manager will not change, but it provides great help for users in isolated networks or networks that cannot access Google and GitHub
The text was updated successfully, but these errors were encountered: