class Selenium::WebDriver::SocketPoller

def connected?

def connected?
  with_timeout { listening? }
end