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
 

Fields in org.openqa.selenium.firefox declared as FirefoxProfile
protected  FirefoxProfile FirefoxDriver.profile
           
 

Methods in org.openqa.selenium.firefox that return FirefoxProfile
 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)
           
protected  ExtensionConnection FirefoxDriver.connectTo(FirefoxBinary binary, FirefoxProfile profile, java.lang.String host)
           
protected  java.lang.String FirefoxBinary.extractAndCheck(FirefoxProfile profile, java.lang.String noFocusSoName, java.lang.String jarPath32Bit, java.lang.String jarPath64Bit)
           
protected  void FirefoxBinary.modifyLinkLibraryPath(FirefoxProfile profile)
           
 void FirefoxBinary.startProfile(FirefoxProfile profile, 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)
           
protected  FirefoxProfile ProfilesIni.newProfile(java.lang.String name, java.io.File appData, java.lang.String path, boolean isRelative)
           
 

Methods in org.openqa.selenium.firefox.internal that return types with arguments of type FirefoxProfile
 java.util.Collection<FirefoxProfile> ProfilesIni.getExistingProfiles()
           
protected  java.util.Map<java.lang.String,FirefoxProfile> ProfilesIni.readProfiles(java.io.File appData)
           
 

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



Copyright © 2010. All Rights Reserved.