scroll
Scroll a web page by amount, to a specific element, to the end, or within a named container. Tracks scroll position across calls with next-chunk mode and reports reachable content, including detection of virtualized rows.
Instructions
Scroll by an amount, to a named element, to the end, or inside a specific container, plus a next-chunk mode that remembers position across calls so a long page is walked without re-reading it. Reports how much content is now reachable and how much remains below, and names virtualized containers where the DOM holds far fewer rows than the page claims, rather than presenting a partial list as complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| action | No | by | |
| amount | No | ||
| location | No | ||
| timeout_ms | No |