mouse_move
Move the mouse cursor to a UI element or specific screen coordinates. Use before scrolling to a target area.
Instructions
Move the mouse cursor to an element or to screen coordinates.
Use this before scroll() to scroll within a specific area.
Args:
element_id: The element ID to move the cursor to.
x: Screen X coordinate (use with y instead of element_id).
y: Screen Y coordinate (use with x instead of element_id).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| element_id | No | ||
| x | No | ||
| y | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |