browser_scroll
Scroll the page up, down, left, or right by a specified pixel amount, or scroll an element into view. Use it to load lazy content and reveal off-screen elements.
Instructions
Scroll the page by pixels in a direction, or scroll an element into view.
direction: 'up' | 'down' | 'left' | 'right'. amount: pixels (default 300).
ref: if given, scrolls that element into view (direction/amount ignored).
Use this to trigger lazy-loaded content or reveal off-screen elements.
Returns a snapshot.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | No | down | |
| amount | No | ||
| ref | No | ||
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |