Starts Firefox using the specified profile and command-line arguments.
Namespace: OpenQA.Selenium.FirefoxAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public void StartProfile( FirefoxProfile profile, params string[] commandLineArguments )
Parameters
- profile
- Type: OpenQA.Selenium.Firefox FirefoxProfile
The FirefoxProfile to use with this instance of Firefox.
- commandLineArguments
- Type:
System String
The command-line arguments to use in starting Firefox.
See Also