File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
website_and_docs/content/documentation/webdriver/troubleshooting/errors Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ CSS and XPath Selectors are sometimes difficult to get correct.
18
18
19
19
### Likely Cause
20
20
21
- The CSS or XPath selector you are trying to use has invalid characters or an invalid query.
21
+ * The CSS or XPath selector you are trying to use has invalid characters or an invalid query.
22
+ * You may have placed an XPATH value as a parameter to a CSS selector, or vice versa.
23
+ * You may have used a CSS or XPATH selector as a parameter to an ID selector.
22
24
23
25
### Possible Solutions
24
26
Original file line number Diff line number Diff line change @@ -12,7 +12,9 @@ CSS and XPath Selectors are sometimes difficult to get correct.
12
12
13
13
### Likely Cause
14
14
15
- The CSS or XPath selector you are trying to use has invalid characters or an invalid query.
15
+ * The CSS or XPath selector you are trying to use has invalid characters or an invalid query.
16
+ * You may have placed an XPATH value as a parameter to a CSS selector, or vice versa.
17
+ * You may have used a CSS or XPATH selector as a parameter to an ID selector.
16
18
17
19
### Possible Solutions
18
20
Original file line number Diff line number Diff line change @@ -12,7 +12,9 @@ CSS and XPath Selectors are sometimes difficult to get correct.
12
12
13
13
### Likely Cause
14
14
15
- The CSS or XPath selector you are trying to use has invalid characters or an invalid query.
15
+ * The CSS or XPath selector you are trying to use has invalid characters or an invalid query.
16
+ * You may have placed an XPATH value as a parameter to a CSS selector, or vice versa.
17
+ * You may have used a CSS or XPATH selector as a parameter to an ID selector.
16
18
17
19
### Possible Solutions
18
20
Original file line number Diff line number Diff line change @@ -12,7 +12,9 @@ description: >
12
12
13
13
### 潜在原因
14
14
15
- 您尝试使用的CSS或XPath选择器包含无效字符或无效查询。
15
+ * The CSS or XPath selector you are trying to use has invalid characters or an invalid query.
16
+ * You may have placed an XPATH value as a parameter to a CSS selector, or vice versa.
17
+ * You may have used a CSS or XPATH selector as a parameter to an ID selector.
16
18
17
19
### 可行方案
18
20
You can’t perform that action at this time.
0 commit comments