qt_type
Type text into PySide6 application widgets for automated UI interaction. Specify a widget reference and text content to simulate user input.
Instructions
Type text into a widget.
Args:
ref: Widget ref from qt_snapshot.
text: Text to type.
clear_first: If True, select all and delete before typing.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| text | Yes | ||
| clear_first | No |