Scroll
browser_scrollScroll a page or bring an element into view to load lazy-loaded content that isn't in the DOM until scrolled to.
Instructions
Scroll the page, or bring a specific element into view. Useful for lazy-loaded content that is not in the DOM until it is scrolled to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | Pixels, for `down`/`up`. | |
| target | No | Scroll this element into view. | |
| tabIndex | No | Act on this tab just for this call, without changing which tab is active. Defaults to the active tab. To switch tabs for good, use browser_tabs with action 'select'. | |
| direction | No | ||
| profileId | Yes | Browser profile id, as passed to start_profile. |