Skip to main content

Submit Form

Description

This Activity invokes the submit method of specified form elements on the web page.

Properties

Input

  • Path – XPath is a language used to locate any element on a webpage. You can specify the XPath of a button control present on a web page. Just remember to encode the XPath if it contains special characters. You can find more information on XPath encoding in XPath Encoding.
  • 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

    It does not catch an 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 how long the Activity can run before an error occurs and the workflow is terminated. The default timeout duration is 10 minutes.

Output

  • Result – Returns result as a boolean value. The Result will be displayed as True if the Form is submitted successfully.

Example

Download Example

Submit Form