Forum Discussion
6 Replies
- GadzillaContributorTry to use "GoBack" method of "...Window("Shell DocObject View", "", 1).Window("Internet Explorer_Server", "", 1)" object.
- YMinaev
Staff
Hi,
You can also use the GoBack method of your page (Sys.Process("iexplore").Page()) object. Look at the Page object in the Object Browser - its Methods tab lists methods which control page navigation under the Internet Explorer category. - AlexKarasCommunity HeroHi,
Alternatively, you can use Alt-LeftArrow shortcut, as all you need is to return to the previous page.
Something like this:
...Window("Shell DocObject View", "", 1).Window("Internet Explorer_Server", "", 1).Keys("~[Left]") - vinodtcContributorHi Jared & Alex,
Your solutions are working. Thank you very much.
Regards,
Vinod - KimoanhOccasional ContributorHi Jared and Alexei,
I would like to click on IE7/IE8 browser back button for testing my web application.
Please provide the help topic or code for this.
Thanks,
OT - tristaanogreEsteemed ContributorOT, please reference the solutions posted above as they include code samples and techniques for executing the same task of clicking the back button.