scroll_to
Scroll the browser viewport to a specified element or coordinates, with support for smooth animation.
Instructions
Scroll to a specific element or position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | X coordinate to scroll to | |
| y | No | Y coordinate to scroll to | |
| behavior | No | Scroll behavior | |
| selector | No | CSS selector to scroll to |