type_text
Type text into an input field, locating it semantically first if targeted, otherwise using the focused field, and clear existing content before input.
Instructions
Type text into an input field.
With target, the field is located semantically first (must be an editable field). Without target, the currently focused field is used. The field is cleared before typing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | the string to input. | |
| device | No | ADB serial; omit with a single connected device. | |
| target | No | optional semantic target for the input field. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||