11-17-2009, 06:34 PM
Hi
I tried Sync in the below mentioned Code
Here the 'Done" message gets displayed even before the page is loaded (as i can see few of the images are still getting loaded and the Done message has apperared in front end) it means the Sync is not working in my case
Could u pls suggest me any alternatibve method
I tried Sync in the below mentioned Code
Code:
systemutil.Run "C:\Program Files\Internet Explorer\IEXPLORE.EXE","MY URL"
Browser("Workspace").Page("Workspace").Sync
msgbox "Done"
Here the 'Done" message gets displayed even before the page is loaded (as i can see few of the images are still getting loaded and the Done message has apperared in front end) it means the Sync is not working in my case
Could u pls suggest me any alternatibve method