babelwrap_scroll
Scroll web pages up or down by a specified amount or full viewport. Control direction, distance, and get a compact page snapshot.
Instructions
Scroll the page up or down.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The active session ID. | |
| direction | No | "up" or "down" (default: "down"). | down |
| amount | No | "page" (full viewport), "half" (half viewport), or pixel count as string (default: "page"). | page |
| compact | No | If True, return a compact snapshot with minimal whitespace. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||