Skip to main content

Text Exists

Description

Use this activity to search for the specified text on the web page.

Properties

Input

  • Text – Specify the text to search for its existence on the specified web page.
  • Web Page – Specify the webpage object of the currently opened web page.

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 waiting time the activity takes to run before an error occurs and aborts the workflow. By default, the Timeout value is 10 minutes.

Output

  • Result – The result is the boolean True if the text exists.

Example

Download Example

Text Exists