BrowserApplication.
Returns the name of the currently selected tab.
sTab = browser.GetSelectedTabName()
Variable | Description |
---|---|
sTab | The name of the current tab. STRING. |
GetSelectedTabName returns the name of the currently selected tab in the browser.
Verify(browser.GetSelectedTabName(), "About SilkTest")