BrowserApplication.
Selects the specified tab.
browserWindow = browserApplication.SelectTab(tab)
Variable | Description |
---|---|
tab | The tab to select. LISTITEM. |
When several tabs are open, Internet Explorer only displays some of the tabs and scroll buttons. As a result, only the currently visible tabs work with this method, which affects index semantics. For example, only the currently visible tabs are used with the LISTITEM tab parameter. Index 1 identifies the first visible tab.
InternetExplorer.SelectTab(3)