The GetActiveTab method is deprecated. Use the GetSelectedTab method instead.
Returns the active tab. This method is not supported for mobile Web applications.activeTab = webBrowser.GetActiveTab()
                  activeTab = webBrowser.GetActiveTab()
                  | Variable | Description | 
|---|---|
| activeTab | The BrowserWindow that is currently active. BrowserWindow. |