qt_click
Simulate mouse clicks on PySide6 desktop application widgets to interact with UI elements during testing or automation.
Instructions
Click a widget.
Args:
ref: Widget ref from qt_snapshot.
button: Mouse button - 'left', 'right', or 'middle'.
modifiers: Keyboard modifiers - 'shift', 'ctrl', 'alt', 'meta'.
position: [x, y] relative to widget top-left. Default: center.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| button | No | left | |
| modifiers | No | ||
| position | No |