v33

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-2972102177.5 KB
OS Level Control

Scroll

Performs a scroll action at the specified coordinates

post/v1/sessions/{sessionId}/scroll

Path parameters

sessionIdstring uuid required

The ID of the browser session

Request body

xinteger required

X coordinate

yinteger required

Y coordinate

deltaXinteger

Horizontal scroll amount (positive is right, negative is left)

deltaYinteger required

Vertical scroll amount (positive is down, negative is up)

stepsinteger

Number of steps to break the scroll into for smoother scrolling

useOsboolean

Whether to use the OS scroll or the Playwright scroll

Response

Scroll performed successfully

statusstring