-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
ByAll
class to the locators documentation, explaining its usage and providing examples.ByChained
examples to reflect new code lines and improve clarity.ByAllTest
to demonstrate the usage of theByAll
locator.pom.xml
.Changes walkthrough 📝
pom.xml
Add Scala library dependency to Java project
examples/java/pom.xml
LocatorsTest.java
Add ByAll locator test example in Java
examples/java/src/test/java/dev/selenium/elements/LocatorsTest.java
ByAll
class.ByAllTest
method to demonstrate usage ofByAll
.locators.en.md
Document ByAll class and update ByChained examples
website_and_docs/content/documentation/webdriver/elements/locators.en.md
ByAll
class.ByChained
example references.locators.ja.md
Document ByAll class and update ByChained examples in Japanese
website_and_docs/content/documentation/webdriver/elements/locators.ja.md
ByAll
class.ByChained
example references.locators.pt-br.md
Document ByAll class and update ByChained examples in Portuguese
website_and_docs/content/documentation/webdriver/elements/locators.pt-br.md
ByAll
class.ByChained
example references.locators.zh-cn.md
Document ByAll class and update ByChained examples in Chinese
website_and_docs/content/documentation/webdriver/elements/locators.zh-cn.md
ByAll
class.ByChained
example references.