browser_scroll
Scroll the page to an element or by pixel amount. Reaches content below the viewport.
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) |