scroll
Scroll web pages by pixels or viewport heights, or navigate directly to specific elements using CSS selectors for precise browser control.
Instructions
Scrolls the page by a specific amount (pixels or pages) or to a specific element.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | Optional: CSS selector of the element to scroll into view | |
| x | No | Optional: Number of pixels to scroll horizontally (positive for right, negative for left) | |
| pages | No | Optional: Number of viewport heights to scroll vertically | |
| y | No | Optional: Number of pixels to scroll vertically (positive for down, negative for up) |