cURL
curl --request POST \ --url https://api.anchorbrowser.io/v1/sessions/{sessionId}/scroll \ --header 'Content-Type: application/json' \ --header 'anchor-api-key: <api-key>' \ --data '{ "x": 123, "y": 123, "deltaX": 0, "deltaY": 100, "steps": 10 }'
{ "status": "success" }
Performs a scroll action at the specified coordinates
API key passed in the header
The ID of the browser session
Scroll performed successfully
The response is of type object.
object