Describes the kind of proxy.
Namespace: OpenQA.SeleniumAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Direct | 0 | Direct connection, no proxy (default on Windows). | |
Manual | 1 | Manual proxy settings (e.g., for httpProxy). | |
ProxyAutoConfigure | 2 | Proxy automatic configuration from URL. | |
AutoDetect | 4 | Use proxy automatic detection. | |
System | 5 | Use the system values for proxy settings (default on Linux). | |
Unspecified | 6 | No proxy type is specified. |
Remarks
See Also