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

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

#assert_profileObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

[View source]

93
94
95
# File 'lib/selenium/webdriver/firefox/launcher.rb', line 93

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