Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Alternative for wait statement.
#4
Solved: 11 Years, 3 Months, 1 Week ago
Hi,

You can use the while wend as well.

Code:
While Browser("....").Object.Busy = True
'Do Nothing
Wend

Or you can insert Wait statement within it. But put wait only for 2 seconds or so, so that the moment object is loaded it does not go for the Wait statement inside.

Code:
While Browser("....").Object.Busy = True
Wait (2)
Wend


HTH
Vijayendra
Reply


Messages In This Thread
Alternative for wait statement. - by adpbinu - 01-30-2010, 12:53 AM
RE: Alternative for wait statement. - by vijayendra.shukla - 02-02-2010, 02:13 PM
RE: Alternative for wait statement. - by adpbinu - 02-05-2010, 01:33 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  help with wait property function kp_usa 3 4,250 12-20-2012, 10:49 PM
Last Post: kp_usa
  wait QAVA 1 2,983 11-13-2012, 07:29 PM
Last Post: imzeeshan
  How to control WAIT time with STATIC variable? chong67 3 3,956 06-22-2012, 10:38 AM
Last Post: sshukla12
Exclamation Alternative for Wait Statement Veekay 2 8,528 03-20-2012, 07:13 PM
Last Post: swathi
  Verifying the value exists and if not, wait up to 5min HeZma 3 4,029 02-25-2012, 12:21 PM
Last Post: rajpes

Forum Jump:


Users browsing this thread: 2 Guest(s)