Goback

This command allows you to go back in your browsers history to the previously loaded page.

Usage Examples
Example #1
<selenium baseurl="http://www.yahoo.com" browser="*${browser}">
   
<open url="/finance" />
   
<waitForPageToLoad timeout="30000" />
   
<goBack />
</selenium>