Launch(BrowserDescription) Method
Launches a new browser tab returning an instance of IBrowser for the launched browser.
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 OpenText Functional Testing for Developers Help Center.
OpenText Functional Testing for Developers 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
public static IBrowser Launch( BrowserDescription browserDescription )
Parameters
- browserDescription
- The description of the browser to launch.
Return Value