type_text
Type text character-by-character into the focused element, with an optional submit key like Enter, for autocomplete fields and rich text editors that need realistic input.
Instructions
Type text key by key into the focused element, optionally followed by a key such as Enter. Use fill_by_uid to set the value of a known input; use this for elements that only react to real typing, such as autocomplete fields and rich text editors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | No | Focusable element UID from snapshot to focus before typing (default: the already focused element) | |
| text | Yes | Text to type | |
| submitKey | No | Key to press after the text, such as "Enter" or "Tab". Same syntax as press_key. |