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)
           
 Proxy Proxy.setFtpProxy(String ftpProxy)
           
 Proxy Proxy.setHttpProxy(String httpProxy)
           
 Proxy Proxy.setNoProxy(String noProxy)
           
 Proxy Proxy.setProxyAutoconfigUrl(String proxyAutoconfigUrl)
           
 Proxy Proxy.setProxyType(Proxy.ProxyType proxyType)
          Explicitly sets the proxy type, useful for forcing direct connection on Linux.
 Proxy Proxy.setSslProxy(String sslProxy)
           
 

Uses of Proxy in org.openqa.selenium.browserlaunchers
 

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



Copyright © 2011. All Rights Reserved.