From f2c5394fce604bafd118e4a0f20001f16be635d7 Mon Sep 17 00:00:00 2001 From: Jason Green Date: Sun, 25 Aug 2024 21:03:30 -0400 Subject: [PATCH] Update _index.en.md Updated Invalid Selector Exception to note that it can also be caused when inputting an xpath value into an ID-based selector. --- .../documentation/webdriver/troubleshooting/errors/_index.en.md | 1 + 1 file changed, 1 insertion(+) 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