GetRealBrowser is declared for the browser window.
Returns the window identifier of the browser-specific declaration; uses the current browser type.
This functionality is supported only if you are using the Classic Agent. For additional information, refer to the Silk Test Classic Classic Agent Help.
window = browser.GetRealBrowser ( )
Variable | Description |
---|---|
window | The window identifier. WINDOW. |
WINDOW myWin myWin = Browser.GetRealBrowser () Print (myWin) // Result if Windows Internet Explorer is currently being used: // Explorer