Object
@api private
# File lib/selenium/webdriver/firefox/profiles_ini.rb, line 8 def initialize @ini_path = File.join(Util.app_data_path, "profiles.ini") @profile_paths = {} parse if File.exist?(@ini_path) end
# File lib/selenium/webdriver/firefox/profiles_ini.rb, line 15 def [](name) path = @profile_paths[name] path && Profile.new(path) end
# File lib/selenium/webdriver/firefox/profiles_ini.rb, line 20 def refresh @profile_paths.clear parse end
[Validate]
Generated with the Darkfish Rdoc Generator 2.