Forum Discussion

jsc's avatar
jsc
Regular Contributor
12 years ago

WaitProperty method always waiting auto-timeout instead of wait time parameter

Hi all, upon login in into my application, I have to wait in the scripts until a specific field exists. I use the following code: MyObject.WaitProperty("Exists", true, 5000); ...