type_text
Type text into the focused element on any desktop app using simulated keyboard input with support for special keys like Enter, Tab, and Backspace.
Instructions
Type text into the currently focused element.
Simulates keyboard input. Focus a text field first with
click() or focus(), then type into it.
Special characters:
\n = Enter (line break), \t = Tab (next field),
\b = Backspace (delete previous character).
Args:
text: The text to type.
raw: If true, type literal backslashes without converting
``\n``, ``\t``, or ``\b`` escape sequences.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| raw | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |