scroll_page
Scroll the current page vertically.
Instructions
Scroll the current page vertically.
Args: direction: - "up": Scroll upward by amount percent of the window height. - "down": Scroll downward by amount percent of the window height. - "top": Scroll directly to the top; amount is ignored. - "bottom": Scroll directly to the bottom; amount is ignored.
amount: Percentage of the current viewport height used for relative
up/down scrolling. For example, amount=25 scrolls approximately
one quarter of the viewport height.Notes:
Values greater than 100 for amount are allowed.
For example, 200 means approximately two viewport heights.
Tool selection: - Need to reveal a specific element -> use 'focus_element' with action="scroll_to_element". - Need to scroll the page by a relative amount -> use 'scroll_page'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | ||
| direction | No | down |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |