Method: Selenium::WebDriver::Firefox::Launcher#launch
- Defined in:
- lib/selenium/webdriver/firefox/launcher.rb
#launch ⇒ Object
37 38 39 40 41 42 43 44 45 46 47 |
# File 'lib/selenium/webdriver/firefox/launcher.rb', line 37 def launch with_lock do find_free_port create_profile start_silent_and_wait start connect_until_stable end self end |