Automating Test Automation Home Automation Articles Downloads QTP Gotchas Links Books Contact About Site Map
Browser Function - BackThis sub is the same as clicking the 'back' key on the browser. If you find an error, or have a suggestion for improvement, Email me and I'll fix it. Download it Here (right-click and then save target as). (NOTE - you can just cut & paste from below, but the formatting will have multiple spaces instead of tabs).
'=========================================================================
Sub zBro_Back Print "zBro_Back" Browser("micclass:=Browser").Back Browser("micclass:=Browser").Page("micclass:=Page").Sync End Sub '========================================================================= |