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
 FirefoxProfile FirefoxProfile.createCopy(int port)
           
 

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)
           
 FirefoxBinary FirefoxLauncher.startProfile(FirefoxProfile profile, int port)
           
 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)
           
 

Methods in org.openqa.selenium.firefox.internal with parameters of type FirefoxProfile
static ExtensionConnection ExtensionConnectionFactory.connectTo(FirefoxBinary binary, FirefoxProfile profile, java.lang.String host)
           
 

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



Copyright © 2009. All Rights Reserved.