Package org.openqa.selenium.firefox
Class ProfilesIni
- java.lang.Object
-
- org.openqa.selenium.firefox.ProfilesIni
-
public class ProfilesIni extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProfilesIni()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FirefoxProfile
getProfile(java.lang.String profileName)
protected java.io.File
locateAppDataDirectory(Platform os)
protected java.io.File
newProfile(java.lang.String name, java.io.File appData, java.lang.String path, boolean isRelative)
protected java.util.Map<java.lang.String,java.io.File>
readProfiles(java.io.File appData)
-
-
-
Method Detail
-
readProfiles
protected java.util.Map<java.lang.String,java.io.File> readProfiles(java.io.File appData)
-
newProfile
protected java.io.File newProfile(java.lang.String name, java.io.File appData, java.lang.String path, boolean isRelative)
-
getProfile
public FirefoxProfile getProfile(java.lang.String profileName)
-
locateAppDataDirectory
protected java.io.File locateAppDataDirectory(Platform os)
-
-