What it does
- Scrolls in the frontmost app window (or a specific background window when
windowIDis set). - Supports direction:
up,down,left,right. - Runs for a timed duration in milliseconds.
Inputs
milliseconds(optional): Duration to scroll in milliseconds (default 3000, max 3600000).direction(optional):up,down,left, orright(defaultdown).windowID(optional): Target a specific window (pid/titleor stablepid/windowNumberfromlist_windows).
Typical use
- Bring hidden elements into view before calling Perform.
- Continue page traversal before re-reading with Get Active App Context.