browser_scroll
Control browser scrolling in real browsers with pixel offsets, element targeting, and position commands for automated navigation and content access.
Instructions
Scroll the page or an element. Supports pixel offsets, scrolling to elements, and named positions (top/bottom). Works with virtual scroll containers used by social media sites.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | No | down | |
| amount | No | Pixels to scroll | |
| selector | No | CSS selector of scroll container (for virtual scroll) | |
| toElement | No | Ref or CSS selector to scroll into view | |
| position | No | Scroll to top or bottom of page |