Method: Selenium::WebDriver::Firefox::Launcher#start_silent_and_wait
- Defined in:
- lib/selenium/webdriver/firefox/launcher.rb
permalink #start_silent_and_wait ⇒ 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.
65 66 67 68 69 70 |
# File 'lib/selenium/webdriver/firefox/launcher.rb', line 65 def start_silent_and_wait assert_profile @binary.start_with @profile, @profile_dir, "-silent" @binary.wait end |