FirefoxProfile Constructor (String)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
)

Parameters

profileDirectory
Type: OnlineSystem String
The directory containing the profile.
See Also