Method: Selenium::WebDriver::Firefox::Launcher#assert_profile

Defined in:
lib/selenium/webdriver/firefox/launcher.rb

#assert_profileObject



146
147
148
# File 'lib/selenium/webdriver/firefox/launcher.rb', line 146

def assert_profile
  raise Error::WebDriverError, "must create_profile first" unless @profile
end