Skip to main content
Use Scroll when target content is outside the current viewport.

What it does

  • Scrolls in the frontmost app window.
  • Supports direction: up, down, left, right.
  • Runs for a timed duration.

Inputs

  • seconds (optional): duration to scroll (default 3, max 3600).
  • direction (optional): up, down, left, or right (default down).

Typical use

  • Bring hidden elements into view before calling Perform.
  • Continue page traversal before re-reading with Get Active App Context.

Good pairing