mouse_move
Move the mouse cursor to specific screen coordinates to trigger hover effects like tooltips or UI states without clicking.
Instructions
Move the cursor to coordinates without clicking — for hover-only effects such as revealing tooltips or triggering hover states. Use mouse_click for click targets (it moves and clicks in one call).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate in virtual screen pixels | |
| y | Yes | Y coordinate in virtual screen pixels | |
| speed | No | Cursor movement speed in px/sec. 0 = instant. | |
| homing | No | Enable homing correction if the target window moved. | |
| windowTitle | No | Partial title of the target window. |