05-02-2011, 09:11 PM
(This post was last modified: 08-02-2020, 02:02 AM by UFTEnthusiast.)
Hi Lorena,
Use Do loop until condition
Eg:
thanks,
Use Do loop until condition
Eg:
Code:
Do
Loop Until Browser().Page().WebButton().Getropropterty("visible")=True
thanks,