scroll
Move cursor to specified coordinates and apply vertical wheel delta to scroll content under that point. Negative delta scrolls toward the bottom of the page.
Instructions
Move the cursor to native (x,y) then apply a vertical mouse-wheel delta. Side effect: scroll on whatever is under that point. Negative delta scrolls toward the bottom of the page. Prefer send_actions when scroll is part of a multi-step sequence. Re-observe after scrolling lists/pages before clicking targets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Native X to hover before scrolling | |
| y | Yes | Native Y to hover before scrolling | |
| delta | Yes | Vertical wheel delta (negative = toward bottom of page) | |
| session_id | Yes | Active session id |