class Selenium::WebDriver::Remote::Bridge

def get(url)

def get(url)
  execute :get, {}, {url: url}
end