latestOpenAPI 3.1.02026-08-22154287463.4 KB

858365328f92

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

duration_msinteger

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

hold_keysstring[]

Modifier keys to hold during the move

smoothboolean

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

trueinteger

Y coordinate to move the cursor to

xinteger required

X coordinate to move the cursor to

Response

Mouse cursor moved