flagpole
flagpole copied to clipboard
Appium Interact with Device Keyboard
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