browser_scroll
Scroll a web page at specific x,y coordinates by vertical (dy) and horizontal (dx) pixel offsets, enabling precise navigation of content.
Instructions
Scroll the wheel at (x, y) by dy vertical / dx horizontal pixels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| dx | No | ||
| dy | No |