-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
add locators.html
file in static web pages
#14905
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
@diemol do you know when will this change be live at https://www.selenium.dev/selenium/web/? Can you trigger the update if it needs to be done? |
I forgot to mention that you can trigger I just did it and it should be visible in a couple of minutes. |
* add locators.html file for docs * remove `action_page.php` --------- Co-authored-by: Sri Harsha <12621691+harsha509@users.noreply.github.com>
User description
Thanks for contributing to Selenium!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
I was trying to move code in the selenium docs for which I need to serve this html file.
https://www.selenium.dev/documentation/webdriver/elements/locators/ - contains the source code for it.
This is the docs PR - SeleniumHQ/seleniumhq.github.io#2102
Types of changes
Checklist
PR Type
Enhancement, Documentation
Description
locators.html
) to support Selenium documentation for element locatorsChanges walkthrough 📝
locators.html
Add HTML test page for locator examples
common/src/web/locators_tests/locators.html
elements (radio buttons, text fields, checkbox)