Launch(BrowserType,IEnvironment) 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.

C# Syntax

Parameters

browserType
Type of browser to launch: Possible values: BrowserType.
environment
AUT environment.
When working in a grid configuration, this is an environment previously locked using EnvironmentFactory.Get.

Return Value

The IBrowser for the launched browser