type_text
Types text into a widget, focusing it first, or into the currently focused widget. Use to automate text entry in PySide6 desktop applications.
Instructions
Type text into a widget (focuses it first) or the currently focused widget. For special characters use press_key instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | No | App pid from launch_app. Omit to target the last launched app. Required only when several apps are running and you need a specific one. | |
| text | Yes | ||
| widget_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |