Method: Selenium::WebDriver::Driver#get
- Defined in:
- lib/selenium/webdriver/driver.rb
#get(url) ⇒ Object
Opens the specified URL in the browser.
105 106 107 |
# File 'lib/selenium/webdriver/driver.rb', line 105 def get(url) navigate.to(url) end |