input.scroll
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 input.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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | False when the tool failed | |
| message | Yes | Human-readable result for the agent |