Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with wait property.
#2
Solved: 12 Years, 10 Months, 3 Weeks ago
Waitproperty is the synchronized point, used to pause the script until the required object achives the value you specify.
You should not use this in IF..Then.
use it like -
Code:
Window("Flight Reservation").WinButton("Button").WaitProperty "enabled","true"
Window("Flight Reservation").WinButton("Button").Click

Reply


Messages In This Thread
Problem with wait property. - by tester_rahul - 03-26-2010, 09:56 PM
RE: Problem with wait property. - by Saket - 03-27-2010, 02:02 PM
RE: Problem with wait property. - by tester_rahul - 03-29-2010, 11:36 AM

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

Forum Jump:


Users browsing this thread: 1 Guest(s)