type_text
Enter text into an Android input field. Specify a semantic target to locate the field, or use the currently focused field; existing content is cleared first.
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. | |
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||