Skip to main content

Go Forward

Description

This Activity moves forward one page or stays on the same page if there are no subsequent pages in the session history of the specified Browser instance.

Properties

Input

  • Web Page – Specify the WebPage object associated with the web page.

Misc

  • DisplayName – The display name of the Activity.
  • Private – Logs the variable and argument values at the Verbose level when unchecked.

Optional

  • Continue On Error – It Specifies whether the automation should continue even though this Activity fails. This field only supports Boolean values (True, False). The default value is False.
note

Suppose this activity is inside Try Catch, and the value of this property is True. In that case, it will ignore errors during the automation execution.

  • 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.

Example

Download Example

Go Forward