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(java.lang.String json)
           
 FirefoxProfile FirefoxProfile.setProxyPreferences(Proxy proxy)
          Set proxy preferences for this profile.
 

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

Constructors in org.openqa.selenium.firefox with parameters of type FirefoxProfile
FirefoxDriver(FirefoxBinary binary, FirefoxProfile profile)
           
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(java.lang.String profileName)
           
 

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



Copyright © 2011. All Rights Reserved.