OpenTab Method (BrowserApplication)

Action

Opens a new tab and navigates to the given URL. If no URL is given, the tab navigates to about:blank. This method is not supported for mobile Web applications.

Syntax

result = webBrowser.OpenTab([url])
Variable Description
result The opened BrowserWindow. BrowserWindow.
url Optional: The URL to navigate the new tab to. String.