-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Open
Labels
A-needs-triagingA Selenium member will evaluate this soon!A Selenium member will evaluate this soon!I-defectSomething is not working as intendedSomething is not working as intended
Description
Description
According to the docs at https://www.selenium.dev/documentation/selenium_manager/
... you can set environment variables to change the "Browser mirror" or "Driver mirror" URLs.
This seems to work correctly for Driver mirrors. I can set SE_DRIVER_MIRROR_URL=https://msedgedriver.microsoft.coml
or SE_MSEDGEDRIVER_MIRROR_URL=https://msedgedriver.microsoft.com
and it will retrieve the drivers from that URL instead of the default.
However, setting an environment variable for Browser mirrors has no effect. If I set the following environment variable, it will still download Edge from the default location instead of throwing an error:
SE_MSEDGEDRIVER_MIRROR_URL=https://bad_domain
Note: I haven't checked if it correctly uses the command line args for setting browser mirrors
Reproducible Code
$ export SE_MSEDGEDRIVER_MIRROR_URL=https://bad_domain
... run a program that launches Edge and uses Selenium Manager
Metadata
Metadata
Assignees
Labels
A-needs-triagingA Selenium member will evaluate this soon!A Selenium member will evaluate this soon!I-defectSomething is not working as intendedSomething is not working as intended