# File lib/selenium/server.rb, line 153
    def start
      process.start
      poll_for_service

      process.wait unless @background
    end