Forum Discussion
tristaanogre
15 years agoEsteemed Contributor
According to the help:
So, what you are trying to do, wait for the value of a field to get to a certain point, is exactly what the wait property method was defined to do.
Use the WaitPropertymethod to pause the test execution
until the specified object property achieves the specified value or until the
specified timeout elapses.
So, what you are trying to do, wait for the value of a field to get to a certain point, is exactly what the wait property method was defined to do.