module Webdriver::BrowserNavigation

Direct including types

Defined in:

webdriver/server.cr

Instance Method Summary

Instance Method Detail

def back #

navigates back


[View source]
def forward #

navigates forward


[View source]
def goto(url : String) #

visits the url browser.goto "https://www.google.com"


[View source]
def refresh #

refreshes the browser page


[View source]
def title #

gets the title


[View source]
def url #

get the current url


[View source]