org.openqa.selenium.firefox.internal
Class ProfilesIni

java.lang.Object
  extended by org.openqa.selenium.firefox.internal.ProfilesIni

public class ProfilesIni
extends Object


Constructor Summary
ProfilesIni()
           
 
Method Summary
 FirefoxProfile getProfile(String profileName)
           
protected  File locateAppDataDirectory(Platform os)
           
protected  File newProfile(String name, File appData, String path, boolean isRelative)
           
protected  Map<String,File> readProfiles(File appData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfilesIni

public ProfilesIni()
Method Detail

readProfiles

protected Map<String,File> readProfiles(File appData)

newProfile

protected File newProfile(String name,
                          File appData,
                          String path,
                          boolean isRelative)

getProfile

public FirefoxProfile getProfile(String profileName)

locateAppDataDirectory

protected File locateAppDataDirectory(Platform os)


Copyright © 2011. All Rights Reserved.