module Webdriver::BrowserNavigation
Direct including types
Defined in:
webdriver/server.crInstance Method Summary
- 
        #back
        
          navigates back 
- 
        #forward
        
          navigates forward 
- 
        #goto(url : String)
        
          visits the url browser.goto "https://www.google.com"
- 
        #refresh
        
          refreshes the browser page 
- 
        #title
        
          gets the title 
- 
        #url
        
          get the current url