FirefoxProfile Constructor (String, Boolean)WebDriver
Initializes a new instance of the FirefoxProfile class using a specific profile directory.

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

public FirefoxProfile(
	string profileDirectory,
	bool deleteSourceOnClean
)

Parameters

profileDirectory
Type: OnlineSystem String
The directory containing the profile.
deleteSourceOnClean
Type: OnlineSystem Boolean
Delete the source directory of the profile upon cleaning.
See Also