Scroll with the wheel
browser_mouse_wheelScroll the page by dispatching a mouse wheel event with specified horizontal and vertical deltas. Use this to simulate wheel scrolling when precise control is needed.
Instructions
Dispatch a wheel event. Prefer browser_scroll — it is a single round-trip instead of a synthetic scroll animation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deltaX | No | Horizontal scroll delta in pixels | |
| deltaY | No | Vertical scroll delta in pixels (positive = down) |