wait-for-text

Waits until the specified text is seen on the screen.

ArgumentTypeDescription

text

string

The text to find on the screen.

timeout

number

How many milliseconds to wait for text to appear. Default is 5000

method

enum

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

Example Usage

command: wait-for-text
text: Copyright 2024

Last updated