scrollTo
Scrolls the page to an absolute position using x and y coordinates, with optional smooth scrolling behavior.
Instructions
Scroll to absolute position on the page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | Horizontal position in pixels (default: 0) | |
| y | No | Vertical position in pixels (default: 0) | |
| behavior | No | Scroll behavior (default: auto) |