class Selenium::WebDriver::Firefox::ProfilesIni

def initialize

def initialize
  @ini_path = File.join(Util.app_data_path, 'profiles.ini')
  @profile_paths = {}
  parse if File.exist?(@ini_path)
end