Launch(BrowserType) Method
Launches a new browser tab returning an instance of IBrowser for the launched browser.
Remarks

The returned browser instance is valid until the tab is closed.

When working in a grid configuration UFT Developer locks an environment that has this browser and then returns the browser instance.

C# Syntax

public static IBrowser Launch( 
   BrowserType browserType
)

Parameters

browserType
Type of browser to launch: Possible values: BrowserType

Return Value

The IBrowser for the launched browser