SeleniumHQ / SeleniumHQ/selenium
[🚀 Feature]: Use Environment Variables to set driver locations
Open
C-dotnet
C-nodejs
I-enhancement
- Dominant language
- Java
- Stars
- 34.5k
- Forks
- 8.7k
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 92
Description
### Feature and motivation
We discussed in the Selenium Dev Summit about having the ability to set driver location system-wide using environment variables, similar to how Java currently uses System Properties.
See #13806
### Usage example
If we match Java System Properties, it would look like:
```
os.environ["WEBDRIVER_GECKO_DRIVER"] = path_to_geckodriver
```
Contributor guide
Assessment
This issue has not been assessed yet.