Scroll to
scroll_to Function
The scroll_to
function scrolls the page to bring a specific element into view. This is useful for interacting with elements that are not initially visible on the page, such as loading more content as you scroll down.
Example Request
Like all Page Interactions, infinite scrolling is capped by the global 120-second session timeout, and will be terminated if this limit is reached.
Last updated