OpenTab Method

Class

BrowserApplication.

Action

Opens a new tab and navigates to the given URL.

Availability

This function is supported only in scripts that use the Open Agent, and works with the following browsers:
  • Mozilla Firefox
  • Internet Explorer 7.0 or later
  • Google Chrome

Syntax

browserWindow = browserApplication.OpenTab([url])
Variable Description
url Optional: The URL of the tab to open. STRING.

Notes

OpenTab returns the opened browser window.

Example

InternetExplorer.OpenTab()