input_text
Type text into the focused field on an Android device to drive Flutter app debugging. Optionally clear existing content and press Enter to submit.
Instructions
Type into the focused field. Tap the field first so it has focus.
Args: text: the text to type. ASCII only — adb cannot type emoji or most non-Latin text. submit: press Enter afterwards. clear: delete the field's existing contents first. serial: device serial when several are attached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| clear | No | ||
| serial | No | ||
| submit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |