class Selenium::Server

def start

def start
  process.start
  poll_for_service
  process.wait unless @background
end