browser_scroll
Scroll the page or a specific element up, down, to top, or bottom. Adjust pixel amount for directional scrolling.
Instructions
Scroll the page or a specific element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | Yes | "up", "down", "top" (scroll to top), "bottom" (scroll to bottom) | |
| amount | No | Pixels to scroll (used with "up" or "down", default: 500) | |
| selector | No | CSS selector of element to scroll (defaults to page) |