input_text
Input text into the currently focused Android input field using the IME. Requires tapping the target field first for focus; dismiss the keyboard with escape or back before interacting with lower-screen buttons.
Instructions
Type text into the currently focused input field via the IME. Tap the field first so it has focus. Afterwards the soft keyboard may cover buttons lower on screen — dismiss it with press_key escape (or back) before tapping them. For native non-IME PIN pads this does nothing; use enter_pin instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to type into the focused field. | |
| serial | No | Target device serial (adb -s). Optional when exactly one device is attached. |