scroll-until-text

Scrolls until the specified text is found on screen.

ArgumentTypeDescription

text

string

The text to find on screen. The longer and more unique, the better.

direction

string

Available directions are: up, down, left, right.

distance

number

How many pixels to scroll before giving up. Default is 1200

method

enum

The matching algorithm to use. Possible values are ai (default) and turbo.

Example Usage

command: scroll-until-text
text: Sign Up
direction: down

Last updated