FirefoxBinary SetEnvironmentProperty Method WebDriver
Sets a variable to be used in the Firefox execution environment.

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

public void SetEnvironmentProperty(
	string propertyName,
	string value
)

Parameters

propertyName
Type: OnlineSystem String
The name of the environment variable to set.
value
Type: OnlineSystem String
The value of the environment variable to set.
See Also