scout_scroll
Scroll the page or a specific container element (modal, dialog) in any direction by specifying pixel amount. Use element ID to target a scrollable region.
Instructions
Scroll the page or a specific element (modal, dialog) in a direction. Use element_id to scroll within a container instead of the whole page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | Yes | Scroll direction | |
| pixels | No | Pixels to scroll (default: 400) | |
| element_id | No | Element ID to scroll within (e.g. a modal or dialog). If omitted, scrolls the page. |