module Webdriver::BrowserNavigation

Direct including types

Defined in:

webdriver/server.cr

Instance Method Summary

Instance Method Detail

def back #

navigates back


def forward #

navigates forward


def goto(url : String) #

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


def refresh #

refreshes the browser page


def title #

gets the title


def url #

get the current url