-
-
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
Update elements finders python docs #2099
base: trunk
Are you sure you want to change the base?
Update elements finders python docs #2099
Conversation
Moving the code to the appropriate files
✅ Deploy Preview for selenium-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to review and merge it quickly
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, and help reviewers by making them as simple and short as possible.
Description
Moving code examples from the .md files to the .py files for elements/finders
Motivation and Context
Keeps code in a single place.
Types of changes
Checklist
PR Type
Enhancement, Documentation
Description
Added comprehensive test suite for Selenium element finders in Python:
Updated documentation across multiple languages:
Improved code organization by:
Changes walkthrough 📝
test_finders.py
Add comprehensive test suite for Selenium element finders
examples/python/tests/elements/test_finders.py
and active elements
elements
and quit
finders.en.md
Update Python code examples in element finders documentation
website_and_docs/content/documentation/webdriver/elements/finders.en.md
finders.ja.md
Sync Japanese documentation with updated Python examples
website_and_docs/content/documentation/webdriver/elements/finders.ja.md
finders.pt-br.md
Sync Portuguese documentation with updated Python examples
website_and_docs/content/documentation/webdriver/elements/finders.pt-br.md
finders.zh-cn.md
Sync Chinese documentation with updated Python examples
website_and_docs/content/documentation/webdriver/elements/finders.zh-cn.md