scroll
Moves a web page up or down by a specified number of pixels within a browser driver session, revealing content outside the current viewport.
Instructions
Scroll page (browser driver only)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | Pixels to scroll (default: viewport height) | |
| driver | Yes | Driver alias (must be browser) | |
| direction | No | Scroll direction | down |
| session_id | Yes | Session ID |