Skip to main content

Navigate To URL

Description

Navigate to the specified URL in a browser.

Properties

Input

  • Browser – It specifies the browser instance to navigate to the specified page.
  • New Tab – It navigates the specified URL to the new tab. By default, this checkbox sets as unchecked.
  • URL – Specify the URL to navigate the specified site.

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

  • Web page – Web page object of the navigated page returned by this activity.

Example

Download Example

Navigate to URL