latestOpenAPI 3.1.02026-08-22154287463.4 KB

858365328f92

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

hold_keysstring[]

Modifier keys to hold during the click

num_clicksinteger

Number of times to repeat the click

trueinteger

Y coordinate of the click position

xinteger required

X coordinate of the click position

Response

Mouse action performed