mouse_move
Move the mouse cursor to specific screen coordinates or UI elements to interact with desktop applications across operating systems.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| element_id | No | ||
| x | No | ||
| y | No |