zerodom_scroll
Scroll the actual container under the cursor—nested feed or sidebar—by dispatching a wheel event, and return newly visible content.
Instructions
Scroll the page and return what's newly visible.
direction: "up" or "down". amount: pixels, roughly one screenful is 800.
Dispatches a real wheel event at the viewport center rather than
window.scrollBy, so it scrolls whatever scrollable container is actually
under the cursor — a nested feed/sidebar, not just the document body,
matching what a real scroll gesture would do.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | ||
| direction | No | down |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |