Initializes a new instance of the FirefoxDriver class for a given set of capabilities.
Namespace: OpenQA.Selenium.FirefoxAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public FirefoxDriver( ICapabilities capabilities )
Parameters
- capabilities
- Type: OpenQA.Selenium ICapabilities
The ICapabilities object containing the desired capabilities of this FirefoxDriver.
See Also