Skip to main content

Navigating Pages

This part of documentation tells you how to open urls and navigate through pages in a test.

Going to a site, moving back & forward#

openUrl('https://google.com') # go to a urlopenUrl('https://en.wikipedia.org/') # open another urlopenUrl('https://developer.mozilla.org/') # open yet another url
# go back twiceback(2) # back to google
# move forward twiceforward(2) # back to mozilla

See Api Reference for all available functions.