Skip to main content

Set Text Field Value

Description

Sets the value to a specified text field on a webpage

Properties

Input

  • Javascript Framework - The javascript framework used by the webpage. By default, it will auto-detect the framework. Alternatively, you can specify the framework from the dropdown if the automation cannot detect the framework utilized in the webpage.
  • Path – XPath stands for XML Path Language for locating any element on the webpage. Specify the XPath of the text box control present on the web page. Please encode the XPath if it contains special characters. For more information, refer to XPath Encoding.
  • Value – Specify the value to set for a specified text box.
  • Web Page – It specifies 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 amount of waiting time taken by the activity to run before an error occurs and aborts the workflow. By default, the Timeout value is 10 minutes.

Output

  • Result – It displays the File paths of the extracted images

Example

Download Example

Set Text Field Value