Class ProfilesIni

java.lang.Object
org.openqa.selenium.firefox.ProfilesIni

public class ProfilesIni extends Object
  • Constructor Details

    • ProfilesIni

      public ProfilesIni()
  • Method Details

    • 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)