File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
website_and_docs/content/documentation/webdriver/elements Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ aliases: [
11
11
12
12
There are only 5 basic commands that can be executed on an element:
13
13
* [ click] ( https://w3c.github.io/webdriver/#element-click ) (applies to any element)
14
- * [ send keys] ( https://w3c.github.io/webdriver/#element-send-keys ) (only applies to text fields and content editable elements)
14
+ * [ send keys] ( https://w3c.github.io/webdriver/#element-send-keys ) (only applies to text fields and keyboard interactable 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
17
* select (see [ Select List Elements] ({{< ref "select_lists.md" >}}))
@@ -76,7 +76,7 @@ Selenium will return an [element click intercepted](https://w3c.github.io/webdri
76
76
## Send keys
77
77
78
78
The [ element send keys command] ( https://w3c.github.io/webdriver/#dfn-element-send-keys )
79
- types the provided keys into an [ editable ] ( https://w3c.github.io/webdriver/#dfn-editable ) element.
79
+ types the provided keys into an [ keyboard interactable ] ( https://w3c.github.io/webdriver/#dfn-keyboard-interactable ) element.
80
80
Typically, this means an element is an input element of a form with a ` text ` type or an element
81
81
with a ` content-editable ` attribute. If it is not editable,
82
82
[ an invalid element state] ( https://w3c.github.io/webdriver/#dfn-invalid-element-state ) error is returned.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ needsTranslation: true
9
9
10
10
There are only 5 basic commands that can be executed on an element:
11
11
* [ click] ( https://w3c.github.io/webdriver/#element-click ) (applies to any element)
12
- * [ send keys] ( https://w3c.github.io/webdriver/#element-send-keys ) (only applies to text fields and content editable elements)
12
+ * [ send keys] ( https://w3c.github.io/webdriver/#element-send-keys ) (only applies to text fields and keyboard interactable 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
15
* select (see [ Select List Elements] ({{< ref "select_lists.md" >}}))
@@ -73,7 +73,7 @@ Selenium will return an [element click intercepted](https://w3c.github.io/webdri
73
73
## Send keys
74
74
75
75
The [ element send keys command] ( https://w3c.github.io/webdriver/#dfn-element-send-keys )
76
- types the provided keys into an [ editable ] ( https://w3c.github.io/webdriver/#dfn-editable ) element.
76
+ types the provided keys into an [ keyboard interactable ] ( https://w3c.github.io/webdriver/#dfn-keyboard-interactable ) element.
77
77
Typically, this means an element is an input element of a form with a ` text ` type or an element
78
78
with a ` content-editable ` attribute. If it is not editable,
79
79
[ an invalid element state] ( https://w3c.github.io/webdriver/#dfn-invalid-element-state ) error is returned.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ needsTranslation: true
9
9
10
10
There are only 5 basic commands that can be executed on an element:
11
11
* [ click] ( https://w3c.github.io/webdriver/#element-click ) (applies to any element)
12
- * [ send keys] ( https://w3c.github.io/webdriver/#element-send-keys ) (only applies to text fields and content editable elements)
12
+ * [ send keys] ( https://w3c.github.io/webdriver/#element-send-keys ) (only applies to text fields and keyboard interactable 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
15
* select (see [ Select List Elements] ({{< ref "select_lists.md" >}}))
@@ -74,7 +74,7 @@ Selenium will return an [element click intercepted](https://w3c.github.io/webdri
74
74
## Send keys
75
75
76
76
The [ element send keys command] ( https://w3c.github.io/webdriver/#dfn-element-send-keys )
77
- types the provided keys into an [ editable ] ( https://w3c.github.io/webdriver/#dfn-editable ) element.
77
+ types the provided keys into an [ keyboard interactable ] ( https://w3c.github.io/webdriver/#dfn-keyboard-interactable ) element.
78
78
Typically, this means an element is an input element of a form with a ` text ` type or an element
79
79
with a ` content-editable ` attribute. If it is not editable,
80
80
[ an invalid element state] ( https://w3c.github.io/webdriver/#dfn-invalid-element-state ) error is returned.
You can’t perform that action at this time.
0 commit comments