NisHera
10 years agoValued Contributor
WaitProperty waits till expire
I have written following code var prop=['Exists','VisibleOnScreen'],valu=[true,true]; Log.Message("Now:" + aqDateTime.Now()); Log.Message(MyWindow.Exists+"..........."+My...
- 10 years ago
Found out that you can not wait for multiple properties but a single property only
hence WaitProperty is useless in that senario