FirefoxDriver Constructor (FirefoxBinary, FirefoxProfile)WebDriver
Initializes a new instance of the FirefoxDriver class for a given profile and binary environment.

Namespace: OpenQA.Selenium.Firefox
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public FirefoxDriver(
	FirefoxBinary binary,
	FirefoxProfile profile
)

Parameters

binary
Type: OpenQA.Selenium.Firefox FirefoxBinary
A FirefoxBinary object representing the operating system environmental settings used when running Firefox.
profile
Type: OpenQA.Selenium.Firefox FirefoxProfile
A FirefoxProfile object representing the profile settings to be used in starting Firefox.
See Also