browser_scroll
Scroll the browser page or a specific element vertically or horizontally. Target a specific tab by its ID to control scrolling during Chrome automation tasks.
Instructions
Scroll the page or a specific element. Supports targeting a specific tab via tabId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Element ref to scroll within (defaults to window) | |
| tabId | No | Target tab ID (from browser_tabs list). Uses active tab if omitted. | |
| amount | No | Pixels to scroll (default: 300) | |
| agentId | No | Agent identifier for parallel execution. Pass a unique ID (e.g. 'C1', 'J2') — the server automatically routes calls to this agent's dedicated tab (registered via browser_tabs action=new). | |
| direction | Yes |