browser_scroll
Scroll a page in any direction or bring a specific element into view to load lazy content or access off-screen parts, returning a snapshot.
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 |