ChromeOptions Proxy Property WebDriver
Gets or sets the proxy to use with this instance of Chrome.

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

public Proxy Proxy { get; set; }
See Also