browser_scroll
Scroll web pages using direction and pixel amount, or bring a specific element into view with a CSS selector.
Instructions
Scroll the current page. Use direction (up/down/left/right) with an optional pixel amount, or provide a selector to scroll that element into view.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | Pixels to scroll (default 800) | |
| visual | No | Return base64 PNG alongside text (default false) | |
| selector | No | CSS selector — scroll this element into view instead | |
| direction | No | Scroll direction (default: down) |