Type text into focused field
devilge_input_textTypes the given text into the currently focused input field on an Android device via ADB, with optional device serial support.
Instructions
Types the given text into whatever field currently has focus on the device (adb shell input text). Spaces are escaped to %s by adb. NUL bytes and newlines are rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to type into the currently focused field. Newlines are rejected — use input_key=ENTER. | |
| serial | No | Device serial. Defaults to DEVILGE_DEFAULT_DEVICE_SERIAL or the only attached device. |