Launch(BrowserDescription,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.
If the browser description includes capabilities to describe an environment, these are ignored.
C# Syntax
public static IBrowser Launch( BrowserDescription browserDescription, IEnvironment environment )
Parameters
- browserDescription
- The description of the browser to launch.
- environment
- AUT environment.
- When working in a grid configuration, this is an environment previously locked using EnvironmentFactory.Get.
Return Value