-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[🐛 Bug]: Improvement to Element Send Keys documentation #2446
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershacktoberfestneeds-triagingtranslate-zh-cnChinese Translation RequiredChinese Translation Required
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershacktoberfestneeds-triagingtranslate-zh-cnChinese Translation RequiredChinese Translation Required
Type
Fields
Give feedbackNo fields configured for issues without a type.
What happened?
I suggest that the documentation for
Send Keysshould say that the target element must bekeyboard-interactableinstead ofeditable.The W3C WebDriver current draft implies that
keyboard-interactableis the only restriction:To test this on non-editable elements, I used the JavaScript WebDriver
element.sendKeys()on a vanillabuttonelement. It appears to work.This the test that I used:
What browsers and operating systems are you seeing the problem on?