v97

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-31135175384.2 KB
Browser Computer Controls

Move the mouse cursor to the specified coordinates on the browser instance

post/browsers/{id}/computer/move_mouse

Path parameters

idstring required

Browser session ID

Request body

xinteger required

X coordinate to move the cursor to

yinteger required

Y coordinate to move the cursor to

hold_keysstring[]

Modifier keys to hold during the move

smoothboolean

Use human-like Bezier curve path instead of instant mouse movement.

duration_msinteger

Target total duration in milliseconds for the mouse movement when smooth=true. Omit for automatic timing based on distance.

Response

Mouse cursor moved