chrome_scroll
Scroll a page or specific scrollable element using real wheel events with momentum-shaped deltas. Specify target by selector, tab, or URL match for precise control.
Instructions
Scroll the page or a specific scrollable element by dispatching real wheel events with momentum-shaped deltas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | No | ||
| steps | No | Number of wheel events. Defaults to ceil(|deltaY|/100). | |
| deltaX | No | Pixels to scroll horizontally. Positive = right. | |
| deltaY | No | Pixels to scroll vertically. Positive = down. | |
| selector | No | ||
| targetId | No | Chrome tab id to target. | |
| background | No | If true, avoid explicit Chrome focus/tab activation (default). Pass false to allow foreground work. | |
| urlIncludes | No | Match the target tab by URL substring. | |
| titleIncludes | No | Match the target tab by title substring. |