browser_scroll_to_coordinates
Scroll the browser window to specified X and Y coordinates, enabling precise positioning within web pages for automated testing and interaction.
Instructions
Scroll to specific coordinates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate |