scroll_wheel
Scroll any page element, including iframes and shadow DOM, using compositor-level mouse wheel events that avoid input dispatch timeouts.
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 |