qt_invoke_slot
Invoke methods on Qt application widgets to trigger actions like button clicks or text input, enabling automated UI interaction and testing.
Instructions
Invoke a slot or method on a QObject.
Args:
ref: Widget ref from qt_snapshot.
method_name: Slot/method name to invoke.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| method_name | Yes |