| Overload | Description |
|---|---|
| Launches a new browser tab returning an instance of IBrowser for the launched browser. | |
| Launches a new browser tab returning an instance of IBrowser for the launched browser. | |
| Launch(BrowserType) | Launches a new browser tab returning an instance of IBrowser for the launched browser. |
| Launch(BrowserType,IEnvironment) | Launches a new browser tab returning an instance of IBrowser for the launched browser. |
// Launch the Chrome browser.
IBrowser browser = BrowserFactory.Launch(BrowserType.Chrome);

