Method: Webrat::Selenium::SeleniumRCServer#boot

Defined in:
lib/webrat/selenium/selenium_rc_server.rb

#bootObject



12
13
14
15
16
17
18
# File 'lib/webrat/selenium/selenium_rc_server.rb', line 12

def boot
  return if selenium_grid?

  start
  wait
  stop_at_exit
end