diff --git a/website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.en.md b/website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.en.md index 32aee5a1714f..48d2311e9373 100644 --- a/website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.en.md +++ b/website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.en.md @@ -15,6 +15,7 @@ aliases: [ ## Invalid Selector Exception CSS and XPath Selectors are sometimes difficult to get correct. +This issue can also arise if you've placed an XPATH value as a parameter to an ID selector. ### Likely Cause