qt_mouse_move
Move the mouse pointer to element-local coordinates to hover or drag UI elements in Qt applications.
Instructions
Move the mouse pointer to an element-local position (no buttons).
Use between qt_mouse_press and qt_mouse_release to drag, or alone to hover. x/y are coordinates relative to the element's top-left corner.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| element_id | Yes | ||
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |