scroll
Reveal content hidden below the viewport by scrolling up or down by a set pixel amount. Returns updated page state including any newly loaded content.
Instructions
Scroll the current page up or down by a specified pixel amount to reveal content beyond the visible viewport. Returns updated page_state after scrolling, reflecting any newly loaded lazy content. Use to reveal below-the-fold content, trigger infinite scroll loading, or navigate long pages section by section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | No | Scroll direction. 'down' reveals content below the viewport; 'up' scrolls back toward the top. | |
| pixels | No | Number of pixels to scroll (default: 500). Use 300–800 for a normal page scroll; larger values for quickly reaching page bottom. |