v44

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0156121143.5 KB

Simulate a mouse click action on the host computer

post/computer/click_mouse

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