FirefoxProfile FromBase64String Method WebDriver
Converts a base64-encoded string into a FirefoxProfile.

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

public static FirefoxProfile FromBase64String(
	string base64
)

Parameters

base64
Type: OnlineSystem String
The base64-encoded string containing the profile contents.

Return Value

The constructed FirefoxProfile.
See Also