v97

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-31135175384.2 KB
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

xinteger required

X coordinate at which to perform the scroll

yinteger required

Y coordinate at which to perform the scroll

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

Response

Scroll performed