browser_scroll
Scroll an element into view with a CSS selector, or scroll the window to provided x and y coordinates. Use only one input type.
Instructions
Scroll an element into view (pass selector), or scroll the window to coordinates (pass x and y). Provide a selector OR x+y, not both.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | Window scroll-x in pixels (used when no selector). | |
| y | No | Window scroll-y in pixels (used when no selector). | |
| selector | No | CSS selector to scroll into view. Omit to scroll the window instead. |