v97

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

Simulate a mouse click action on the browser instance

post/browsers/{id}/computer/click_mouse

Path parameters

idstring required

Browser session ID

Request body

button'left' | 'right' | 'middle' | 'back' | 'forward'

Mouse button to interact with

click_type'down' | 'up' | 'click'

Type of click action

xinteger required

X coordinate of the click position

yinteger required

Y coordinate of the click position

hold_keysstring[]

Modifier keys to hold during the click

num_clicksinteger

Number of times to repeat the click

Response

Mouse action performed