Skip to main content

Create New Tab

Description

Creates a new tab and navigates to a specified URL in the Browser.

Properties

Input

  • Browser – Specify an existing browser instance where it creates a new tab.
  • URL – Specify the URL you want to navigate in the new tab.

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.

Output

  • Web Page - The web page object of the newly created tab.

Example

Download Example

Create New Tab