FirefoxBinary StartProfile Method WebDriver
Starts Firefox using the specified profile and command-line arguments.

Namespace: OpenQA.Selenium.Firefox
Assembly: 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:  OnlineSystem String 
The command-line arguments to use in starting Firefox.
See Also