The browser object represents an actual running instance of the browser. All standard Window APIs (e.g., CloseWindow, MaximizeWindow, BringToFront, and so on) may be called on a browser instance. In addition, the following method is supported:
Method Name |
Description |
Parameters |
---|---|---|
OpenTab |
Opens a new tab and navigates it to the specified URL. |
String URL: The URL to open the tab with. |