Initializes a new instance of the Proxy class with the given proxy settings.
Namespace: OpenQA.SeleniumAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public Proxy( Dictionary<string, Object> settings )
Parameters
- settings
- Type:
System.Collections.Generic Dictionary
String,
Object
A dictionary of settings to use with the proxy.
See Also