Open New Tab

This is a pre-built Action located under the @Browser Element, instructs the Avo Assure to open a new tab in the browser during execution. It helps test scenarios that involve working with multiple tabs in a web application and save the result in the dynamic variable.

Syntax

Input Value: N/A

Argument
Description

N/A

Not Applicable

Output Value:

Argument
Description

<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

The dynamic variable holds the status as True or False.

Example

Opens a new tab in the currently active browser window.

The Open New Tab action does not take any value in the Input Value column. It opens a blank new tab in the selected browser during execution. The result of the action is stored in the {NewTab} variable, with the following possible values:

  • True – If the new tab is opened successfully.

  • False – If opening a new tab fails or an error occurs.

Last updated

Was this helpful?