-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
Docs 📖help wantedIssues that are free to take by anyone interestedIssues that are free to take by anyone interested
Description
Pre-check
- I know I can edit the docs but prefer to file this issue
Describe the improvement
Unclear documentation
Description of the improvement / report
Hello.
The documentation of browser.keys says:
Modifier like Control, Shift, Alt and Command will stay pressed so you need to trigger them again to release them.
This does not seem to happen. await browser.keys(Key.Ctrl) will dispatch a keydown and a keyup event, and in await browser.keys([Key.Ctrl, 'c', Key.Ctrl]) the second Key.Ctrl will dispatch another keydown instead of releasing the key.
Is this correct?
Thanks.
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Docs 📖help wantedIssues that are free to take by anyone interestedIssues that are free to take by anyone interested