class Selenium::Server

def webdriver_url

def webdriver_url
  "http://#{@host}:#{@port}/wd/hub"
end