Converts a base64-encoded string into a FirefoxProfile.
Namespace: OpenQA.Selenium.FirefoxAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public static FirefoxProfile FromBase64String( string base64 )
Parameters
- base64
- Type:
System String
The base64-encoded string containing the profile contents.
Return Value
The constructed FirefoxProfile.See Also