browser_scroll_to
Scroll a page or element to custom coordinates, top, bottom, or into view. Enables precise scrolling for web automation and scraping tasks.
Instructions
Scrolls the page or a specific element into view or to custom coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | Optional horizontal coordinate to scroll to. | |
| y | No | Optional vertical coordinate to scroll to. | |
| target | No | Optional element reference (snapshot ID) or CSS selector to scroll into view. | |
| position | No | Optional scroll position preset. Use 'top' to scroll to page top, 'bottom' to scroll to bottom, 'intoView' to scroll target into view. |