cdp_scroll
Control scrolling in a Chromium browser session via CDP: bring elements into view, scroll by wheel deltas, or jump to exact page coordinates.
Instructions
Scroll an element into view, wheel by delta, or jump to page coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | window.scrollTo x | |
| y | No | window.scrollTo y | |
| delta_x | No | ||
| delta_y | No | ||
| selector | No | ||
| session_id | Yes | Session id returned by cdp_connect |