Method: Selenium::WebDriver::Driver#get

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

#get(url) ⇒ Object

Opens the specified URL in the browser.



134
135
136
# File 'lib/selenium/webdriver/common/driver.rb', line 134

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