File tree 4 files changed +4
-4
lines changed
website_and_docs/content/documentation/webdriver/elements
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ There are only 5 basic commands that can be executed on an element:
14
14
* [ send keys] ( https://w3c.github.io/webdriver/#element-send-keys ) (only applies to text fields and content editable elements)
15
15
* [ clear] ( https://w3c.github.io/webdriver/#element-send-keys ) (only applies to text fields and content editable elements)
16
16
* submit (only applies to form elements)
17
- * select (see [ Select List Elements] ( select_lists.md ) )
17
+ * select (see [ Select List Elements] ({{< ref " select_lists.md" >}} ))
18
18
19
19
## Additional validations
20
20
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ There are only 5 basic commands that can be executed on an element:
12
12
* [ send keys] ( https://w3c.github.io/webdriver/#element-send-keys ) (only applies to text fields and content editable elements)
13
13
* [ clear] ( https://w3c.github.io/webdriver/#element-send-keys ) (only applies to text fields and content editable elements)
14
14
* submit (only applies to form elements)
15
- * select (see [ Select List Elements] ( select_lists.md ) )
15
+ * select (see [ Select List Elements] ({{< ref " select_lists.md" >}} ))
16
16
17
17
## Additional validations
18
18
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ There are only 5 basic commands that can be executed on an element:
12
12
* [ send keys] ( https://w3c.github.io/webdriver/#element-send-keys ) (only applies to text fields and content editable elements)
13
13
* [ clear] ( https://w3c.github.io/webdriver/#element-send-keys ) (only applies to text fields and content editable elements)
14
14
* submit (only applies to form elements)
15
- * select (see [ Select List Elements] ( select_lists.md ) )
15
+ * select (see [ Select List Elements] ({{< ref " select_lists.md" >}} ))
16
16
17
17
## Additional validations
18
18
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ description: >
12
12
* [ 发送键位] ( https://w3c.github.io/webdriver/#element-send-keys ) (仅适用于文本字段和内容可编辑元素)
13
13
* [ 清除] ( https://w3c.github.io/webdriver/#element-send-keys ) (仅适用于文本字段和内容可编辑元素)
14
14
* 提交 (仅适用于表单元素)
15
- * 选择 (参见 [ 选择列表元素] ( select_lists.md ) )
15
+ * 选择 (参见 [ 选择列表元素] ({{< ref " select_lists.md" >}} ))
16
16
17
17
## 附加验证
18
18
You can’t perform that action at this time.
0 commit comments