Proxy Constructor (Dictionary String, Object )WebDriver
Initializes a new instance of the Proxy class with the given proxy settings.

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

public Proxy(
	Dictionary<string, Object> settings
)

Parameters

settings
Type: OnlineSystem.Collections.Generic Dictionary OnlineString, OnlineObject 
A dictionary of settings to use with the proxy.
See Also