ui_type_text
Types text into the currently focused input or textarea, verifying the target element can accept input. Reports which field received the characters or refuses to act when no valid focus exists.
Instructions
Type text into the currently focused input/textarea element. Refuses when nothing is focused or the focused element cannot accept text, and reports which element received the characters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to type into the focused element | |
| expect_focus | No | Pin the target: the focused element tag or name must contain this, otherwise nothing is typed. Use when it matters which field receives the text. |