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