InternetExplorerOptions UsePerProcessProxy Property WebDriver
Gets or sets a value indicating whether to use the supplied Proxy settings on a per-process basis, not updating the system installed proxy setting. This property is only valid when setting a Proxy, where the Kind property is either Direct, System, or Manual, and is otherwise ignored. Defaults to  .

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

public bool UsePerProcessProxy { get; set; }
See Also