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