class Selenium::WebDriver::ChildProcess

def wait

def wait
  return if exited?
  _, @status = waitpid2(@pid)
end