Sets a variable to be used in the Firefox execution environment.
Namespace: OpenQA.Selenium.FirefoxAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
public void SetEnvironmentProperty(
string propertyName,
string value
)
public void SetEnvironmentProperty(
string propertyName,
string value
)
Public Sub SetEnvironmentProperty ( _
propertyName As String, _
value As String _
)
Public Sub SetEnvironmentProperty ( _
propertyName As String, _
value As String _
)
public:
void SetEnvironmentProperty(
String^ propertyName,
String^ value
)
public:
void SetEnvironmentProperty(
String^ propertyName,
String^ value
)
Parameters
- propertyName
- Type:
System String
The name of the environment variable to set.
- value
- Type:
System String
The value of the environment variable to set.