Skip to main content

Scroll Page

POST /v1/browser/interactions/scroll

Scroll the page or an element

Parameters

NameTypeRequiredDescription
X-API-KeystringNo

Request Body

{
"$ref": "#/components/schemas/BrowserScrollRequest"
}

Responses

200

Successful Response

{
"$ref": "#/components/schemas/BrowserInteractionResponse"
}

422

Validation Error

{
"$ref": "#/components/schemas/HTTPValidationError"
}