Fix xPath validator link in troubleshooting docs - #2781
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Summary by QodoReplace retired FreeFormatter XPath Validator link in WebDriver troubleshooting docs
AI Description
Diagram
High-Level Assessment
Files changed (4)
|
Code Review by Qodo
1. Inconsistent XPath capitalization
|
| Run your selector through a validator service: | ||
| * [CSS Validator](http://csslint.net/) | ||
| * [xPath Validator](http://www.freeformatter.com/xpath-tester.html) | ||
| * [xPath Validator](https://xmlable.com/xpath/) |
There was a problem hiding this comment.
1. Inconsistent xpath capitalization 🐞 Bug ⚙ Maintainability
The link text uses "xPath" instead of the standard "XPath", which is inconsistent with the surrounding documentation wording and can look unpolished. This is present on all updated-language copies of the page.
Agent Prompt
## Issue description
The modified markdown line uses the non-standard capitalization `xPath` in the link label. This should be `XPath` for consistency and professionalism.
## Issue Context
This wording appears in multiple translated copies of the same troubleshooting page.
## Fix Focus Areas
- website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.en.md[29-29]
- website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.ja.md[23-23]
- website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.pt-br.md[23-23]
- website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.zh-cn.md[23-23]
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools
Description
Fix the XPath Validator link in the WebDriver troubleshooting documentation.
The existing XPath Validator link points to FreeFormatter, which is being retired and is no longer available. This change replaces it with the XMLable XPath Validator.
Motivation and Context
The FreeFormatter website is being retired and the existing XPath Validator page is no longer available.
I replaced it with XMLable (https://xmlable.com/xpath/), an XPath testing and validation service that I maintain.
Types of changes
Checklist