class Selenium::WebDriver::SocketPoller

def socket_writable?(sock)

def socket_writable?(sock)
  sock.wait_writable(CONNECT_TIMEOUT)
end