Invoke Method (Browser)

Window

Invoke is declared for the Browser window.

Action

Invokes the browser.

Availability

This functionality is supported only if you are using the Classic Agent. For additional information, refer to the Silk Test Classic Classic Agent Help.

Syntax

browser.Invoke ( )

Notes

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.

Example

The following invokes the currently defined browser.

Browser.Invoke ()