scroll_page
Scroll a webpage to a specified position—bottom, top, pixel offset, or CSS selector—and report the new scroll offset. Enables incremental scanning of long pages by scrolling, then rescanning.
Instructions
Scroll the page and report the new position. scan_page omits anything past ±5000px from the current scroll offset, so on a long page: scan, then scroll, then scan again. Pass to='bottom'/'top', a pixel offset, or a CSS selector to bring into view. Defaults: to='bottom', timeout=15 seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | bottom | |
| timeout | No | ||
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||