browser_scroll
Scroll a webpage or specific scrollable element to a specified position. Supports directional scrolling or jumping to top/bottom.
Instructions
Scroll the page or a specific scrollable container. Pass a ref to scroll that container (inner panes, virtualized/infinite lists); omit it to scroll the window. Use to='bottom' to jump to the end (e.g. trigger infinite-scroll loading).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Jump to the top or bottom of the target. | |
| ref | No | Scroll this container (or, with no direction/to, just reveal it). | |
| amount | No | ||
| direction | No |