Gets a
Dictionary TKey, TValue containing string key-value pairs
representing any operating system environment variables beyond the defaults.
Namespace: OpenQA.Selenium.Firefox
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
protected Dictionary<string, string> ExtraEnvironmentVariables { get; }
See Also