mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
script(webdriver): Check if element is keyboard interactable in element send keys (#38235)
Step 7.6 of remote end steps of [Element Send Keys](https://w3c.github.io/webdriver/#element-send-keys) > If element is not [keyboard-interactable](https://w3c.github.io/webdriver/#dfn-keyboard-interactable), return [error](https://w3c.github.io/webdriver/#dfn-error) with [error code](https://w3c.github.io/webdriver/#dfn-error-code) [element not interactable](https://w3c.github.io/webdriver/#dfn-element-not-interactable). --------- Signed-off-by: PotatoCP <Kenzie.Raditya.Tirtarahardja@huawei.com>
This commit is contained in:
parent
f726737f24
commit
d95dd69e3c
3 changed files with 24 additions and 10 deletions
|
@ -5,9 +5,6 @@
|
|||
[test_readonly_element]
|
||||
expected: FAIL
|
||||
|
||||
[test_not_a_focusable_element]
|
||||
expected: FAIL
|
||||
|
||||
[test_display_none]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -16,6 +13,3 @@
|
|||
|
||||
[test_hidden]
|
||||
expected: FAIL
|
||||
|
||||
[test_disabled]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue