Method: Selenium::WebDriver::Driver#get

Defined in:
lib/selenium/webdriver/common/driver.rb

#get(url) ⇒ Object

Opens the specified URL in the browser.



149
150
151
# File 'lib/selenium/webdriver/common/driver.rb', line 149

def get(url)
  navigate.to(url)
end