humanizer_scroll
Dispatch a single mouse wheel scroll event on a target page to simulate user scrolling and trigger scroll-based actions.
Instructions
Dispatch a wheel event. Raw page.mouse.wheel — single event, not multi-step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delta_x | No | Horizontal scroll delta in pixels (default: 0) | |
| delta_y | Yes | Vertical scroll delta in pixels (positive = scroll down) | |
| target_id | Yes | Target ID from interceptor_browser_launch |