Forum Discussion
Colin_McCrae
11 years agoCommunity Hero
WaitProperty *should* do the same as my loop. In theory. But I've found it unreliable in practice. Hence why I prefer my own function (I have the above pseudo code wrapped in a generic function used throughout my tests) over it. Plus it's also a little more flexible and allows for multiple conditions ....
Using my own one also allows to do other things while waiting for the property I want.
Using my own one also allows to do other things while waiting for the property I want.