Method: Selenium::WebDriver::Remote::W3C::Bridge#get

Defined in:
lib/selenium/webdriver/remote/w3c/bridge.rb

#get(url) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

API:

  • private



56
57
58
# File 'lib/selenium/webdriver/remote/w3c/bridge.rb', line 56

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