For AI agents: a documentation index is available at /llms.txt
Skip to main content

ScrollResponse

Response returned after having scrolling inside the page

Properties

PropertyTypeDescription
selectorstring | nullThe CSS selector of the element on the page you want to scroll to
timenumber | nullThe amount of time, in milliseconds, elapsed since the start of scrolling to completion
xnumber | nullThe X coordinate, in pixels, to scroll to
ynumber | nullThe Y coordinate, in pixels, to scroll to