browser_scroll
Scroll web pages, specific containers like chat panels or grid viewports, or bring elements into view using selectors. Controls pixels, direction, and container targets.
Instructions
Scroll the page, scroll within a specific container element (e.g. AG-Grid viewport, chat panel, sidebar), or scroll an element into view. Use 'container' to scroll inside scrollable divs instead of the page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pixels | No | Pixels to scroll (default: 500). Use large values like 99999 to scroll to top/bottom. | |
| selector | No | CSS selector to scroll into view (overrides direction/pixels) | |
| container | No | CSS selector of a scrollable container to scroll within (e.g. '.ag-body-viewport', '.chat-messages') | |
| direction | No | Scroll direction (default: down) |