Scroll page
scrollScroll the current page, exact frame, or nested element by pixel offsets to trigger lazy-loaded content and capture more text.
Instructions
Scroll the current top document or an exact documentId by pixel deltas. x/y are tabViewport coordinates for the top document and frameViewport coordinates for an iframe. Use textLimit on snapshot to capture more text; scroll only helps when the page lazy-loads content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | Optional viewport x coordinate to scroll a nested element under this point. Defaults to window scroll. | |
| y | No | Optional viewport y coordinate to scroll a nested element under this point. Defaults to window scroll. | |
| after | No | Optional act-then-observe requests, run after the page action in waitFor, snapshot, pageStatus order. | |
| tabId | No | Optional Chrome tab id. Defaults to the claimed session tab, then the active tab. | |
| deltaX | No | ||
| deltaY | No | ||
| documentId | No | Exact frame document id returned by list_frames. Omit to target the current top document. | |
| sessionTabId | No | Optional claimed tab session id returned by claim_tab. |