type_text
Simulate keyboard input to type text into any focused UI element on desktop applications. Use special characters for 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.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |