bytebot_move_mouse
Move the mouse cursor to specified screen coordinates for precise positioning before clicking or dragging actions.
Instructions
Move the mouse cursor to specific screen coordinates. Use this to position the cursor before clicking or dragging.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate (horizontal position in pixels) | |
| y | Yes | Y coordinate (vertical position in pixels) |