class Selenium::WebDriver::ChildProcess

def terminate(pid)

def terminate(pid)
  Process.kill(SIGTERM, pid)
end