browser_scroll
Scroll a page to a target element or by exact pixel offsets, enabling precise navigation and inspection of off-screen content during browser automation.
Instructions
Scroll the page, optionally bringing a target into view first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deltaX | No | ||
| deltaY | No | ||
| pageId | No | Stable page ID; defaults to the session active page | |
| target | No | Snapshot ref such as e12, aria-ref=e12, or a unique CSS selector | |
| sessionId | No | Optional session ID; defaults to this MCP client active session |