Launch(BrowserType,IEnvironment) Method
Launches a new browser tab returning an instance of IBrowser for the launched browser.
Remarks
C# Syntax
public static IBrowser Launch( BrowserType browserType, IEnvironment environment )
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