# File lib/selenium/webdriver/firefox/launcher.rb, line 93 def fetch_profile if @profile_name @profile = Profile.from_name @profile_name if @profile.nil? raise Error::WebDriverError, "unable to find profile named: #{@profile_name.inspect}" end else @profile = Profile.new end end