browser_scroll
Scroll a page to a specific element or by pixel offset, bringing content below the fold into view. Specify a CSS/text selector or x/y coordinates for targeted navigation.
Instructions
Scroll the page to an element or by pixel amount. Useful for reaching elements below the fold.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | Pixels to scroll horizontally (positive = right) | |
| y | No | Pixels to scroll vertically (positive = down, e.g. 500) | |
| selector | No | CSS or text selector to scroll to (element scrolled into center of viewport) |