Initializes a new instance of the FirefoxDriver class for a given profile, binary environment, and timeout value.
Namespace: OpenQA.Selenium.FirefoxAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public FirefoxDriver( FirefoxBinary binary, FirefoxProfile profile, TimeSpan commandTimeout )
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.
- commandTimeout
- Type:
System TimeSpan
The maximum amount of time to wait for each command.
See Also