Authorizations
API key passed in the header
Path Parameters
The ID of the browser session
Body
application/json
X coordinate
Y coordinate
Vertical scroll amount (positive is down, negative is up)
Example:
100
Horizontal scroll amount (positive is right, negative is left)
Example:
0
Number of steps to break the scroll into for smoother scrolling
Example:
10
Whether to use the OS scroll or the Playwright scroll
Example:
false
Response
Scroll performed successfully
Example:
"success"