You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website_and_docs/content/documentation/webdriver/elements/interactions.en.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
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.
Copy file name to clipboardExpand all lines: website_and_docs/content/documentation/webdriver/elements/interactions.ja.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
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.
Copy file name to clipboardExpand all lines: website_and_docs/content/documentation/webdriver/elements/interactions.pt-br.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
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.
0 commit comments