-
-
Couldn't load subscription status.
- Fork 1.5k
Added section on ByAll #1939
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 ByAll #1939
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
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 ByAll * Update locators.en.md * Update locators.ja.md * Update locators.en.md * Update locators.pt-br.md * Update locators.zh-cn.md * removed erroneous dependency * Update pom.xml 6c6d153
User description
Added a section on ByAll to Locators
Description
Added section ByAll to Locators
Added java example to locators.java
updated ByChained examples based on new example code lines
propagated changes to all translations
Motivation and Context
increase comprehensiveness of documentation
Types of changes
Checklist
PR Type
Documentation, Enhancement
Description
ByAllclass to the locators documentation, explaining its usage and providing examples.ByChainedexamples to reflect new code lines and improve clarity.ByAllTestto demonstrate the usage of theByAlllocator.pom.xml.Changes walkthrough 📝
pom.xml
Add Scala library dependency to Java projectexamples/java/pom.xml
LocatorsTest.java
Add ByAll locator test example in Javaexamples/java/src/test/java/dev/selenium/elements/LocatorsTest.java
ByAllclass.ByAllTestmethod to demonstrate usage ofByAll.locators.en.md
Document ByAll class and update ByChained exampleswebsite_and_docs/content/documentation/webdriver/elements/locators.en.md
ByAllclass.ByChainedexample references.locators.ja.md
Document ByAll class and update ByChained examples in Japanesewebsite_and_docs/content/documentation/webdriver/elements/locators.ja.md
ByAllclass.ByChainedexample references.locators.pt-br.md
Document ByAll class and update ByChained examples in Portuguesewebsite_and_docs/content/documentation/webdriver/elements/locators.pt-br.md
ByAllclass.ByChainedexample references.locators.zh-cn.md
Document ByAll class and update ByChained examples in Chinesewebsite_and_docs/content/documentation/webdriver/elements/locators.zh-cn.md
ByAllclass.ByChainedexample references.