qt_mouse_wheel
Scrolls the mouse wheel over a UI element to navigate scrollable content such as lists, tables, and canvases. Supports pixel or line deltas and optional wheel position for precise control.
Instructions
Scroll the mouse wheel over an element.
dx/dy are the wheel deltas in either pixel (pixel=True) or line
(default) units. x/y optionally position the wheel inside the
element (element-local logical px, both or neither — omitted = center).
Use this to scroll lists, tables, canvases and other scrollable
content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| dx | No | ||
| dy | No | ||
| pixel | No | ||
| element_id | Yes | ||
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |