Uses of Class
org.openqa.selenium.Proxy
Packages that use Proxy
-
Uses of Proxy in org.openqa.selenium
Methods in org.openqa.selenium that return ProxyModifier and TypeMethodDescriptionstatic @Nullable Proxy
Proxy.extractFrom
(Capabilities capabilities) Proxy.setAutodetect
(boolean autodetect) Specifies whether to autodetect proxy settings.Proxy.setFtpProxy
(String ftpProxy) Deprecated.setFtpProxy is deprecated and will be removed in a future release.Proxy.setHttpProxy
(String httpProxy) Specify which proxy to use for HTTP connections.Proxy.setNoProxy
(String noProxy) Sets proxy bypass (noproxy) addressesProxy.setProxyAutoconfigUrl
(String proxyAutoconfigUrl) Specifies the URL to be used for proxy auto-configuration.Proxy.setProxyType
(Proxy.ProxyType proxyType) Explicitly sets the proxy type, useful for forcing direct connection on Linux.Proxy.setSocksPassword
(String password) Specifies a password for the SOCKS proxy.Proxy.setSocksProxy
(String socksProxy) Specifies which proxy to use for SOCKS.Proxy.setSocksUsername
(String username) Specifies a username for the SOCKS proxy.Proxy.setSocksVersion
(Integer socksVersion) Specifies which version of SOCKS to use (4 or 5).Proxy.setSslProxy
(String sslProxy) Specify which proxy to use for SSL connections.