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(@Nullable File appData)
    • newProfile

      protected @Nullable File newProfile(@Nullable String name, @Nullable File appData, @Nullable String path, boolean isRelative)
    • getProfile

      public @Nullable FirefoxProfile getProfile(String profileName)
    • locateAppDataDirectory

      protected @Nullable File locateAppDataDirectory(org.openqa.selenium.Platform os)