`$sendKeys()` support
Open
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 123
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
Related:
- https://chromedevtools.github.io/devtools-protocol/tot/Input/#method-dispatchKeyEvent
- https://github.com/rstudio/chromote/issues/30
- https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/code
- https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key
- https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/code/code_values
- https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key/Key_Values
webdriver::key
Look for an online demo that prints the keyboard event to learn more about it.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Chrome DevTools Protocol dispatchKeyEvent method and the related chromote issue, then compare the referenced webdriver::key behavior. Use an online keyboard-event demo to understand the distinction between KeyboardEvent.code and key. Done means shinytest2 supports the requested $sendKeys() behavior, but this issue does not identify files or tests to update.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100