Method: Selenium::WebDriver::Firefox::Launcher#assert_profile
- Defined in:
- lib/selenium/webdriver/firefox/launcher.rb
permalink #assert_profile ⇒ Object
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.
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 |