Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Appium Interact with Device Keyboard #211

Open
kbabcock1 opened this issue Jan 17, 2022 · 0 comments
Open

Appium Interact with Device Keyboard #211

kbabcock1 opened this issue Jan 17, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@kbabcock1
Copy link
Collaborator

Should implement ability for appium to interact with the device keyboard because the keyboard is not a targetable element and needs to be done though special calls. This is an example of the call that would need to be made:
POST /wd/hub/session/:sessionID/appium/device/press_keycode
with a body like this:
{ "keycode": 66 }

Appium docs for this call are here

@kbabcock1 kbabcock1 added the enhancement New feature or request label Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant