-
-
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 section on ByChained #1911
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Reviewer Guide 🔍
|
This PR also covers #1287 |
PR Code Suggestions ✨
|
If the response to this is positive, I will add a section on ByAll |
website_and_docs/content/documentation/webdriver/elements/locators.en.md
Outdated
Show resolved
Hide resolved
examples/java/src/test/java/dev/selenium/elements/LocatorsTest.java
Outdated
Show resolved
Hide resolved
examples/java/src/test/java/dev/selenium/elements/LocatorsTest.java
Outdated
Show resolved
Hide resolved
examples/java/src/test/java/dev/selenium/elements/LocatorsTest.java
Outdated
Show resolved
Hide resolved
website_and_docs/content/documentation/webdriver/elements/locators.en.md
Outdated
Show resolved
Hide resolved
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 section on ByChained * moved code example to LocatorsTest.java * fixed code example * removed extra space * changed code example lines * changed code example lines * changed code example lines * changed code example lines * Delete .vscode/settings.json --------- Co-authored-by: Sri Harsha <[email protected]> 985a9ba
User description
Added a section on ByChained to the documentation
Description
Split the By section into two subsections: By and ByChained
Added description of ByChained
Added code example to ByChained
Added to all translations
Motivation and Context
Makes documentation more comprehensive
Provides code examples for features
Types of changes
Checklist
PR Type
Documentation
Description
ByChained
in the documentation for multiple languages (English, Japanese, Portuguese, and Chinese).ByChained
for element location.ByChained
.Changes walkthrough 📝
locators.en.md
Add `ByChained` section with example in English documentation
website_and_docs/content/documentation/webdriver/elements/locators.en.md
ByChained
.ByChained
.locators.ja.md
Add `ByChained` section with example in Japanese documentation
website_and_docs/content/documentation/webdriver/elements/locators.ja.md
ByChained
.ByChained
.locators.pt-br.md
Add `ByChained` section with example in Portuguese documentation
website_and_docs/content/documentation/webdriver/elements/locators.pt-br.md
ByChained
.ByChained
.locators.zh-cn.md
Add `ByChained` section with example in Chinese documentation
website_and_docs/content/documentation/webdriver/elements/locators.zh-cn.md
ByChained
.ByChained
.