11-13-2012, 07:29 PM
You can use "Sync" or "WaitProperty".
Sync: Waits till page has loaded completely.
Syntax: Object.Sync
WaitProperty: Waits until the specified object property achieves the specified value or exceeds the specified timeout before continuing to the next step.
Syntax:
Sync: Waits till page has loaded completely.
Syntax: Object.Sync
WaitProperty: Waits until the specified object property achieves the specified value or exceeds the specified timeout before continuing to the next step.
Syntax:
Code:
Object.WaitProperty (PropertyName, PropertyValue, [TimeOut])