Automating QTP Test Automation Home Automation Articles Downloads QTP Gotchas Links Books Contact About Site Map
Browser Function - RefreshThis sub refreshes 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_Refresh Print "zBro_Refresh" Browser("micclass:=Browser").Refresh Browser("micclass:=Browser").Page("micclass:=Page").Sync End Sub '========================================================================= |