Skip to content

Appium Interact with Device Keyboard #211

Description

@kbabcock1

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions