Update elements finders python docs#2099
Update elements finders python docs#2099pmartinez1 wants to merge 4 commits intoSeleniumHQ:trunkfrom
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 project 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 findersexamples/python/tests/elements/test_finders.py
and active elements
elements
and quit
finders.en.md
Update Python code examples in element finders documentationwebsite_and_docs/content/documentation/webdriver/elements/finders.en.md
finders.ja.md
Sync Japanese documentation with updated Python exampleswebsite_and_docs/content/documentation/webdriver/elements/finders.ja.md
finders.pt-br.md
Sync Portuguese documentation with updated Python exampleswebsite_and_docs/content/documentation/webdriver/elements/finders.pt-br.md
finders.zh-cn.md
Sync Chinese documentation with updated Python exampleswebsite_and_docs/content/documentation/webdriver/elements/finders.zh-cn.md