07-22-2008, 01:34 AM
I am trying to do a check point similar to win_exists in Winrunner
This does not work. I have no idea why. The window ALWAYS exists .. Is there another method I can use?
Code:
If not Browser("Car").Page("Page").Exist(3)
then do something ..
End If
This does not work. I have no idea why. The window ALWAYS exists .. Is there another method I can use?