class Selenium::WebDriver::Firefox::ProfilesIni

def [](name)

def [](name)
  path = @profile_paths[name]
  path && Profile.new(path)
end