Gets a FirefoxProfile with a given name.
Namespace: OpenQA.Selenium.FirefoxAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public FirefoxProfile GetProfile( string profileName )
Parameters
- profileName
- Type:
System 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