mouse_move
Move the mouse cursor to specified coordinates. Set interpolation steps to simulate human-like movement, enabling natural interaction and avoiding bot detection.
Instructions
Move mouse to x,y. steps>0 interpolates path (human-like).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| steps | No | Interpolation steps (0=instant jump, 15-30=smooth) |