Skip to content

Appium Interact with Device Keyboard #211

@kbabcock1

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions