Launch(BrowserDescription) Method

Launches a new browser tab returning an instance of IBrowser for the launched browser.

Remarks

When working in a grid configuration, the browser description can also include capabilities that describe an environment.

For details on how to describe the capabilities, see the Build an environment description in the UFT Developer Help Center.

UFT Developer locks an environment that matches the browserDesc argument and launches the specified browser on that environment.

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

C# Syntax

Parameters

browserDescription
The description of the browser to launch.

Return Value

The IBrowser for the launched browser