Set Text

You can select this activity to specify text for a user interface element. For example, a text box.

This table lists the properties for the activity.

Property Type Property Name Data type Description
Common Continue on error Boolean Select the check box to continue the RPA flow even if the activity fails. This check box is selected by default.
Wait After Int32 Time to delay (in seconds) after this activity runs successfully and before the next activity runs.
Wait Before Int32 Time to delay (in seconds) before running this activity.
Input Web Element WebElementItem The element in which the text must be specified.
Text String The text to be specified.
Clear Text Boolean Select the check box to clear any existing text in the element.
Frames List< String> The XPath of the frame.
XPath String The location of the web element
Output Response Code Int32 Response code for the activity. Possible values: ul
  • 200 to 290: Indicates a successful response or valid output.
  • 400 to 499: Indicates client error responses.
  • 500 to 599: Indicates server error responses.