scroll
Scroll a window to a specific position by providing x, y coordinates and line count. Use positive lines to scroll up, negative to scroll down.
Instructions
Scroll at the given (x, y) position. Positive lines = up, negative = down.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| lines | Yes | ||
| background | No | Deliver in the background to the captured window's process (native apps only). Default false = foreground. |