Scroll
scrollAdjust the page position or bring a specific element into view, and receive viewport metrics to determine how much content remains.
Instructions
Scroll the page, or scroll an element into view. Page scrolls report scrollY, pageHeight and viewport, so you can tell how much is left.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exact | No | For "text=" selectors, require the whole trimmed text to equal the label instead of containing it. No effect on CSS selectors. | |
| amount | No | Pixels to scroll for up and down | |
| tab_id | No | Arc tab id from list_tabs. Omit to use this agent's current tab, falling back to whatever tab is active in Arc. | |
| verbose | No | Include the bulky element rect and longer attribute values | |
| selector | No | Scroll this element into view instead of scrolling the page. CSS selector, or "text=Label" (substring, exact matches ranked first). | |
| direction | No | Page scroll direction | down |