input_text
Types text into the focused input field on an Android device via the IME. Tap the field to focus it first; for native PIN pads, use enter_pin.
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. |