Skip to content

Commit f2c5394

Browse files
authored
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.
1 parent 0fde8cc commit f2c5394

File tree

1 file changed

+1
-0
lines changed
  • website_and_docs/content/documentation/webdriver/troubleshooting/errors

1 file changed

+1
-0
lines changed

website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.en.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ aliases: [
1515
## Invalid Selector Exception
1616

1717
CSS and XPath Selectors are sometimes difficult to get correct.
18+
This issue can also arise if you've placed an XPATH value as a parameter to an ID selector.
1819

1920
### Likely Cause
2021

0 commit comments

Comments
 (0)