qt_mouse_dbl_click
Send a double-click event to a Qt UI element using its ID and optional coordinates. Automates direct interaction with controls in native Qt applications.
Instructions
Send a double-click to a UI element (direct delivery).
x/y are optional logical-pixel coordinates relative to the element's top-left corner; either both or neither (omitted = element center).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| button | No | left | |
| modifiers | No | ||
| element_id | Yes | ||
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |