Method: Selenium::WebDriver::Driver#get

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

#get(url) ⇒ Object

Opens the specified URL in the browser.



153
154
155
# File 'lib/selenium/webdriver/common/driver.rb', line 153

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