-
-
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 locator section for Bug #1393 #1880
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
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!
User description
For Bug #1393 , I added a section in Locator Strategies describing how the By class works and how to import/utilize it in selenium scripts in multiple languages
Description
added "Utilizing Locators" section in Locator Strategies for each translation
added code examples for importing the
by
class and using it in FindElementMotivation and Context
Bug Ticket
Types of changes
Checklist
PR Type
documentation
Description
By
class in Selenium scripts across different programming languages.Changes walkthrough 📝
locators.en.md
Add "Utilizing Locators" section with examples
website_and_docs/content/documentation/webdriver/elements/locators.en.md
By
class in various languages.locators.ja.md
Add "Utilizing Locators" section with examples
website_and_docs/content/documentation/webdriver/elements/locators.ja.md
By
class in multiple languages.locators.pt-br.md
Add "Utilizing Locators" section with examples
website_and_docs/content/documentation/webdriver/elements/locators.pt-br.md
By
class in various languages.locators.zh-cn.md
Add "Utilizing Locators" section with examples
website_and_docs/content/documentation/webdriver/elements/locators.zh-cn.md
By
class in multiple languages.