Invoke is declared for the Browser window.
Invokes the browser.
This functionality is supported only if you are using the Classic Agent. For additional information, refer to the Silk Test Classic Classic Agent Help.
browser.Invoke ( )
The Invoke method invokes the currently defined browser, either the browser specified in Runtime options or the browser specified by SetBrowserType or SetDefaultBrowserType.
On 32-bit platforms, Invoke gets the path of the browser executable from the Registry.
The following invokes the currently defined browser.
Browser.Invoke ()