10-21-2010, 10:31 AM
Hi
If (Window().Exists(2)) Then
' Do all required actions
' Exists(2) -> here 2 is to make your script wait for 2 second, use as per your requirement
else
Exit Test
End If
If (Window().Exists(2)) Then
' Do all required actions
' Exists(2) -> here 2 is to make your script wait for 2 second, use as per your requirement
else
Exit Test
End If