Uses of Class
org.openqa.selenium.Proxy

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

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)
           
 

Uses of Proxy in org.openqa.selenium.firefox
 

Methods in org.openqa.selenium.firefox with parameters of type Proxy
 FirefoxProfile FirefoxProfile.setProxyPreferences(Proxy proxy)
          Set proxy preferences for this profile.
 



Copyright © 2011. All Rights Reserved.