browser_scroll
Scroll web pages or elements into view using a CSS selector or element reference, with adjustable horizontal and vertical scroll deltas.
Instructions
Scroll the page or scroll an element into view.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Element reference to scroll into view (@1, @2...) | |
| delta_x | No | Horizontal scroll delta | |
| delta_y | No | Vertical scroll delta (positive=down, negative=up) | |
| selector | No | CSS selector to scroll into view |