scroll
Scroll a web page down or up by a chosen amount, or jump directly to the top or bottom, to bring off-screen content into view during browser automation.
Instructions
Scroll the page.
Args:
direction: 'up' or 'down' (relative, by amount), 'top', or 'bottom'.
amount: Relative scroll distance; only used for 'up'/'down'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | ||
| direction | No | down |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |