05-02-2011, 07:30 PM
Jay,
If I want my automated test to wait until a certain property is visible/etc, would I:
thx,
Lorena
If I want my automated test to wait until a certain property is visible/etc, would I:
Code:
If False = Broswer().Page().Link().exist then
wait(1)
End if
Lorena