Uses of Class
org.openqa.selenium.Proxy

Packages that use Proxy
org.openqa.selenium   
org.openqa.selenium.browserlaunchers   
 

Uses of Proxy in org.openqa.selenium
 

Methods in org.openqa.selenium that return Proxy
 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.
 

Uses of Proxy in org.openqa.selenium.browserlaunchers
 

Methods in org.openqa.selenium.browserlaunchers that return Proxy
static Proxy Proxies.extractProxy(Capabilities capabilities)
           
 



Copyright © 2012. All Rights Reserved.