Uses of Class
org.openqa.selenium.firefox.FirefoxProfile

Packages that use FirefoxProfile
org.openqa.selenium.firefox   
org.openqa.selenium.firefox.internal   
 

Uses of FirefoxProfile in org.openqa.selenium.firefox
 

Methods in org.openqa.selenium.firefox that return FirefoxProfile
static FirefoxProfile FirefoxProfile.fromJson(String json)
           
 FirefoxProfile FirefoxProfile.setProxyPreferences(org.openqa.selenium.Proxy proxy)
          Deprecated. This is now handled by the driver itself.
 

Methods in org.openqa.selenium.firefox with parameters of type FirefoxProfile
 void FirefoxBinary.clean(FirefoxProfile profile, File profileDir)
           
protected  ExtensionConnection FirefoxDriver.connectTo(FirefoxBinary binary, FirefoxProfile profile, String host)
           
 void FirefoxBinary.startProfile(FirefoxProfile profile, File profileDir, String... commandLineFlags)
           
 

Constructors in org.openqa.selenium.firefox with parameters of type FirefoxProfile
FirefoxDriver(FirefoxBinary binary, FirefoxProfile profile)
           
FirefoxDriver(FirefoxBinary binary, FirefoxProfile profile, org.openqa.selenium.Capabilities capabilities)
           
FirefoxDriver(FirefoxBinary binary, FirefoxProfile profile, org.openqa.selenium.Capabilities desiredCapabilities, org.openqa.selenium.Capabilities requiredCapabilities)
           
FirefoxDriver(FirefoxProfile profile)
           
 

Uses of FirefoxProfile in org.openqa.selenium.firefox.internal
 

Methods in org.openqa.selenium.firefox.internal that return FirefoxProfile
 FirefoxProfile ProfilesIni.getProfile(String profileName)
           
 

Constructors in org.openqa.selenium.firefox.internal with parameters of type FirefoxProfile
NewProfileExtensionConnection(org.openqa.selenium.internal.Lock lock, FirefoxBinary binary, FirefoxProfile profile, String host)
           
 



Copyright © 2013. All Rights Reserved.