mouse_move
Move the mouse cursor to precise pixel coordinates on screen. Useful for automating hover actions or preparing clicks without pressing any buttons.
Instructions
Move the mouse cursor to the specified coordinates without clicking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Horizontal position (pixel coordinate in the screenshot coordinate space) | |
| y | Yes | Vertical position (pixel coordinate in the screenshot coordinate space) |