ProxyKind EnumerationWebDriver
Describes the kind of proxy.

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

public enum ProxyKind
Members

  Member nameValueDescription
Direct0 Direct connection, no proxy (default on Windows).
Manual1 Manual proxy settings (e.g., for httpProxy).
ProxyAutoConfigure2 Proxy automatic configuration from URL.
AutoDetect4 Use proxy automatic detection.
System5 Use the system values for proxy settings (default on Linux).
Unspecified6 No proxy type is specified.
Remarks

Keep these in sync with the Firefox preferences numbers: http://kb.mozillazine.org/Network.proxy.type
See Also