FirefoxProfileManager GetProfile Method WebDriver
Gets a FirefoxProfile with a given name.

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

public FirefoxProfile GetProfile(
	string profileName
)

Parameters

profileName
Type: OnlineSystem String
The name of the profile to get.

Return Value

A FirefoxProfile with a given name. Returns   if no profile with the given name exists.
See Also