Wait Text at Position - what does it actually do?

The documentation doesn’t say what happens when the text appears or doesn’t appear. Does it throw an error if the text doesn’t appear? In fact, none of the documentation for any of the terminal Wait activities says what happens if the text doesn’t appear.

1 Like

Hi there @postwick,
I trust you are having a fantastic day!

It does state the below, under options:

  • TimeoutMS - Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30000 milliseconds (30 seconds).

With that said, I do agree it could be clearer in the documentation.
Thanks once again,
Josh

Hello,

Incase if you marked Continue on error as True it will not throw any error. Otherwise it should throw the error if text doesn’t appear.

Ha! Totally missed that. Thank you :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.