Package | Description |
---|---|
org.openqa.selenium | |
org.openqa.selenium.browserlaunchers |
Modifier and Type | Method and Description |
---|---|
Proxy |
Proxy.setAutodetect(boolean autodetect)
Specifies whether to autodetect proxy settings.
|
Proxy |
Proxy.setFtpProxy(String ftpProxy)
Specify which proxy to use for FTP connections.
|
Proxy |
Proxy.setHttpProxy(String httpProxy)
Specify which proxy to use for HTTP connections.
|
Proxy |
Proxy.setHttpsProxy(String httpsProxy)
Specify which proxy to use for HTTPS connections.
|
Proxy |
Proxy.setNoProxy(String noProxy) |
Proxy |
Proxy.setProxyAutoconfigUrl(String proxyAutoconfigUrl)
Specifies the URL to be used for proxy auto-configuration.
|
Proxy |
Proxy.setProxyType(Proxy.ProxyType proxyType)
Explicitly sets the proxy type, useful for forcing direct connection on Linux.
|
Proxy |
Proxy.setSocksProxy(String socksProxy)
Specifies which proxy to use for SOCKS.
|
Proxy |
Proxy.setSslProxy(String sslProxy)
Specify which proxy to use for SSL connections.
|
Modifier and Type | Method and Description |
---|---|
static Proxy |
Proxies.extractProxy(Capabilities capabilities) |
Copyright © 2013. All rights reserved.