latestOpenAPI 3.1.02026-08-22154287463.4 KB

858365328f92

Browser Computer Controls

Scroll the mouse wheel at a position on the host computer

post/browsers/{id}/computer/scroll

Path parameters

idstring required

Browser session ID

Request body

delta_xinteger

Horizontal scroll amount in xdotool "wheel units." Positive scrolls right, negative scrolls left.

delta_yinteger

Vertical scroll amount in xdotool "wheel units." Positive scrolls down, negative scrolls up.

hold_keysstring[]

Modifier keys to hold during the scroll

trueinteger

Y coordinate at which to perform the scroll

xinteger required

X coordinate at which to perform the scroll

Response

Scroll performed