11-05-2010, 01:34 AM
Hi,
I am trying to test whether a checkpoint exist. If exist, do some. If not, do something else. Below code is giving me error.
Some one pls help. thx.
Safi
I am trying to test whether a checkpoint exist. If exist, do some. If not, do something else. Below code is giving me error.
Some one pls help. thx.
Code:
if Browser("..").Page("....").Image("Change Password").Check CheckPoint("Change Password_2").exist Then
msgbox "hgf"
else
msgbox "hgfhjg"
End If
Safi