Code: Select all
LibFunc>hIE,Navigate,r,%IE[0]%,http://www.microsoft.com
LibFunc>hIE,WaitIE,r,%IE[0]%
I haven't been able to figure out a way to do this and I recall reading that the IEAUTO.DLL has a Refresh Function and was wondering if it might be possible to get a small enhancement to the "WAITIE" Function in that if the page doesn't load in XX seconds (which might be another option on the WAITIE Line), that it would automatically do a REFRESH Function and continue to wait.
In my particular application, the Refresh is all that is needed as I can watch my script run and when I see it stalled waiting for the page to load, I just hit the Refresh Button on the Toolbar and then my script continues.
I would appreciate anyones help on how I might be able to program around this and maybe Marcus could put an update in the WebRecorder WaitIE function to automatically do a Refresh???
Thanks!