Navigating Pages
This part of documentation tells you how to open url
s and navigate through pages in a test.
#
Going to a site, moving back & forwardopenUrl('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.