Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
wait
#1
Solved: 10 Years, 9 Months ago
Hi,

Instead of writing wait 2, what else can i write?

Thanks.
Reply
#2
Solved: 10 Years, 9 Months ago
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:
Code:
Object.WaitProperty (PropertyName, PropertyValue, [TimeOut])
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  help with wait property function kp_usa 3 3,984 12-20-2012, 10:49 PM
Last Post: kp_usa
  How to control WAIT time with STATIC variable? chong67 3 3,815 06-22-2012, 10:38 AM
Last Post: sshukla12
Exclamation Alternative for Wait Statement Veekay 2 8,264 03-20-2012, 07:13 PM
Last Post: swathi
  Verifying the value exists and if not, wait up to 5min HeZma 3 3,838 02-25-2012, 12:21 PM
Last Post: rajpes
  How to Handle Browser page wait In Firefox QTP V11. UFTEnthusiast 0 3,467 05-30-2011, 05:25 PM
Last Post: UFTEnthusiast

Forum Jump:


Users browsing this thread: 1 Guest(s)