scroll_wheel
Scroll the page or mouse wheel to any position using native compositor-level input, even inside iframes or shadow DOM elements. Specify coordinates and deltas to control scrolling direction and speed on the current page.
Instructions
scroll_wheel(0, 500) — CDP compositor 级 mouseWheel(能穿透 iframe/shadow DOM)。 fire-and-forget 修复后 CDP Input.dispatchMouseEvent 不再超时。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| dx | No | ||
| dy | No |