bytebot_move_mouse
Position the mouse cursor at specific screen coordinates to prepare for clicking or dragging actions during automated desktop control tasks.
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) |