class Selenium::Server

def stop_process

def stop_process
  @process.stop
rescue Errno::ECHILD
  # already dead
ensure
  @process = nil
end