scroll_by
Scroll a web page by specified pixel offsets to bring content into view. Pass positive y values to move down and positive x values to move right.
Instructions
Scroll the page by a given number of pixels (positive = down/right).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | Horizontal pixels | |
| y | No | Vertical pixels |