double_click
Send two rapid left-click events to a specified widget in a PySide6 app to trigger its double-click action, with optional coordinates and process targeting.
Instructions
Double-click a widget. Sends two rapid left-clicks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| 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. | |
| widget_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |