veil_scroll
Scroll browser page via mouse-wheel events to reveal lazy-loaded or off-screen content. After scrolling, re-run veil_snapshot to capture newly visible elements.
Instructions
Scroll the page by a pixel delta via a real mouse-wheel event (positive dy scrolls down, positive dx scrolls right). Reveals lazy-loaded / off-screen content; re-run veil_snapshot after.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dx | No | horizontal pixels (default 0) | |
| dy | Yes | vertical pixels (positive = down) |