Launch Method (BrowserFactory)
Launches a new browser tab returning an instance of IBrowser for the launched browser.
Overload List
OverloadDescription

Launch(BrowserDescription)

Launches a new browser tab returning an instance of IBrowser for the launched browser.  

Launch(BrowserDescription,IEnvironment)

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.  
Example
                            // Launch the Chrome browser.
IBrowser browser = BrowserFactory.Launch(BrowserType.Chrome);