appium_mobile_keyboard
Hide the software keyboard or verify if it is visible on Android and iOS. Use hide to dismiss it, or is_shown to check its current state.
Instructions
Hide the software keyboard or check if it is visible (Android UiAutomator2 / iOS XCUITest). action=hide uses mobile: hideKeyboard; action=is_shown uses mobile: isKeyboardShown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | No | hide only: optional key names to dismiss the keyboard (e.g. "done"). Forwarded to mobile: hideKeyboard when non-empty. Ignored for is_shown. | |
| action | Yes | hide: dismiss the software keyboard (mobile: hideKeyboard). is_shown: whether the keyboard is visible (mobile: isKeyboardShown). | |
| sessionId | No | Session ID to target. If omitted, uses the active session. |