input_text
Type text into the currently focused input field on an Android device using ADB. Supports automatic and raw input methods.
Instructions
Type text into the focused field.
``auto`` only uses an unattended-safe ADBKeyBoard backend and fails clearly
when it isn't installed. ``raw`` is explicit best-effort ASCII and can be
intercepted or changed by the active Android IME.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| clear | No | ||
| method | No | auto | |
| device_id | Yes | ||
| restore_ime | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||