# File lib/selenium/webdriver/firefox/profiles_ini.rb, line 15 def [](name) path = @profile_paths[name] path && Profile.new(path) end