-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add documentation to show the alternative use of an environment variable #1950
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
Ready for re-review @harsha509 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @aguspe !
…ble (#1950)[deploy site] * Add documentation to show the alternative use of an environment variable * Update line length --------- Co-authored-by: Sri Harsha <[email protected]> e92fc16
Description
This PR adds to the selenium_manager a section that clarifies how to use environment variables as an alternative to set up the driver path
Motivation and Context
After this feature was added SeleniumHQ/selenium#14287 we need to update our documentation to reflect the possibility to use env variables to set the driver as an alternative to Selenium manager for the Selenium users
Types of changes
Checklist
PR Type
Documentation
Description
SE_CHROMEDRIVER
,SE_EDGEDRIVER
, etc.Changes walkthrough 📝
selenium_manager.en.md
Document environment variable usage for driver paths
website_and_docs/content/documentation/selenium_manager.en.md
SE_CHROMEDRIVER
.selenium_manager.ja.md
Document environment variable usage for driver paths
website_and_docs/content/documentation/selenium_manager.ja.md
SE_CHROMEDRIVER
.selenium_manager.pt-br.md
Document environment variable usage for driver paths
website_and_docs/content/documentation/selenium_manager.pt-br.md
SE_CHROMEDRIVER
.selenium_manager.zh-cn.md
Document environment variable usage for driver paths
website_and_docs/content/documentation/selenium_manager.zh-cn.md
SE_CHROMEDRIVER
.