You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 }
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
The text was updated successfully, but these errors were encountered: