[py]: move python code to test_locators.py #2102
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
harsha509
left a comment
There was a problem hiding this comment.
HI Navin,
Thank you for the PR. Could you please look into comments provided.
Thanks,
Sri
yvsvarma
left a comment
There was a problem hiding this comment.
Thanks for these additions! They are well-structured and help clarify the documentation. Looks good to merge.
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
Moved python code of locators to
test_locators.pyandTypes of changes
Checklist
PR Type
Tests, Enhancement
Description
test_locators.pywith comprehensive test cases for all Selenium locator typesChanges walkthrough 📝
locators.html
Add HTML test page for locator examplesexamples/python/tests/elements/locators.html
test_locators.py
Add comprehensive locator tests in Pythonexamples/python/tests/elements/test_locators.py
conftest.py
Add HTTP server fixture for serving test filesexamples/python/tests/conftest.py
locators.*.md
Update documentation to reference new Python test exampleswebsite_and_docs/content/documentation/webdriver/elements/locators.*.md
zh-cn)