-
-
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
Added Selenium Manager Code Examples #1870
Added Selenium Manager Code Examples #1870
Conversation
✅ Deploy Preview for selenium-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
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, @shbenzer1
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, @shbenzer!
* added setup and teardown python examples to Organizing and Executing Selenium Code * added examples for selenium manager to documentation [deploy site] bc67d34
User description
Added coding examples for selenium manager to the documentation
Description
added comparison examples in examples/python/tests/selenium_manager/usage.py to provide examples of setup before and after selenium manager
added documentation for those examples to Selenium Manager Documentation
Motivation and Context
Documentation was needed
Types of changes
Checklist
PR Type
Documentation, Enhancement
Description
Changes walkthrough 📝
using_selenium_tests.py
Add setup and teardown functions for Selenium tests
examples/python/tests/getting_started/using_selenium_tests.py
setup
function to initialize the Chrome driver.teardown
function to quit the driver.usage.py
Add setup examples for Selenium Manager usage
examples/python/tests/selenium_manager/usage.py
selenium_manager.en.md
Document Selenium Manager implementation in scripts
website_and_docs/content/documentation/selenium_manager.en.md
Manager.
selenium_manager.ja.md
Document Selenium Manager implementation in scripts (Japanese)
website_and_docs/content/documentation/selenium_manager.ja.md
Manager.
selenium_manager.pt-br.md
Document Selenium Manager implementation in scripts (Portuguese)
website_and_docs/content/documentation/selenium_manager.pt-br.md
Manager.
selenium_manager.zh-cn.md
Document Selenium Manager implementation in scripts (Chinese)
website_and_docs/content/documentation/selenium_manager.zh-cn.md
Manager.
using_selenium.en.md
Add Python setup and teardown examples
website_and_docs/content/documentation/webdriver/getting_started/using_selenium.en.md
using_selenium.ja.md
Add Python setup and teardown examples (Japanese)
website_and_docs/content/documentation/webdriver/getting_started/using_selenium.ja.md