Initializes a new instance of the FirefoxDriver class for a given profile.
Namespace: OpenQA.Selenium.FirefoxAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public FirefoxDriver( FirefoxProfile profile )
Parameters
- profile
- Type: OpenQA.Selenium.Firefox FirefoxProfile
A FirefoxProfile object representing the profile settings to be used in starting Firefox.
See Also