# File lib/webrat/selenium/selenium_rc_server.rb, line 12
      def boot
        return if selenium_grid?

        start
        wait
        stop_at_exit
      end