flagpole icon indicating copy to clipboard operation
flagpole copied to clipboard

Appium Interact with Device Keyboard

Open kbabcock1 opened this issue 3 years ago • 0 comments

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 avatar Jan 17 '22 22:01 kbabcock1