browser_scroll_by_pixels
Scroll the browser window by specified pixel amounts horizontally and vertically to control viewport position precisely during automated web interactions.
Instructions
Scroll by a specific number of pixels
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Number of pixels to scroll horizontally | |
| y | Yes | Number of pixels to scroll vertically |