type_text
Simulate keyboard input to enter text into focused UI elements across desktop applications on Linux, macOS, and Windows.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |