wait-for-text
Waits until the specified text is seen on the screen.
Argument
Type
Description
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
Last updated