class Selenium::WebDriver::ChildProcess

def waitpid2(pid, flags = 0)

def waitpid2(pid, flags = 0)
  Process.waitpid2(pid, flags)
end