Skip to main content

Wait For Text

Description

This activity waits for the specified text to appear or disappear on the web page.

Properties

Input

  • Wait for text to - Specify an option to wait for.
OptionDescription
AppearWaits until the text appears on the web page.
DisappearWaits until the text disappears from the web page.
  • Text – Specify the text to wait for.
  • Web Page – Specify the webpage object of the currently opened web page.
  • Interval - Specify the interval to check for the text's existence. The default value is 1000 milliseconds.

Misc

  • DisplayName – Add a display name to your activity.
  • Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.

Optional

  • Continue On Error – It Specifies whether the automation should continue even when the activity throws an error. If True, the activity continues without throwing any exceptions. If False, the activity throws an exception. The default value is False.
    note

    Catches no error if this activity is present inside the Try-Catch block and the value of this property is True.

  • Timeout – An Argument of type Timespan Specifies the activity's waiting time to run before an error occurs and aborts the workflow. By default, the Timeout value is 10 minutes.

Result

  • Result - Returns the boolean value True if succeeded.

Example

Download Example

Wait for Text