class Selenium::Server

def socket

def socket
  @socket ||= WebDriver::SocketPoller.new(@host, @port, @timeout)
end