10-29-2010, 02:06 PM
Hi,
Actually this thing depends on the particular page/Browser. Different pages may take different time to load. On the basis of this load time we define the use of sync.
Please let me know if you still have some doubt.
Actually this thing depends on the particular page/Browser. Different pages may take different time to load. On the basis of this load time we define the use of sync.
Code:
Sub Sync_Example()
'The following example uses the Sync method to wait for the
'Mercury Tours page to synchronize.
'before performing the next operation.
Browser("Mercury Tours").page("Mercury Tours").Sync
End Sub
Please let me know if you still have some doubt.