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(org.openqa.selenium.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(org.openqa.selenium.Platform os)


Copyright © 2012. All Rights Reserved.