Scroll browser page
browser_scrollScroll a specific page by integer pixel deltas—deltaX for horizontal, deltaY for vertical—within a serialized browser session.
Instructions
Scroll an explicitly addressed page by bounded integer pixel deltas. Use deltaX for horizontal and deltaY for vertical movement; this typed operation exposes no arbitrary JavaScript and remains serialized within the session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deltaX | Yes | ||
| deltaY | Yes | ||
| pageId | Yes | ||
| sessionId | Yes | ||
| timeoutMs | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | ||
| completed | Yes | ||
| sessionId | Yes | ||
| operationId | Yes |