01-15-2010, 03:12 PM
Adding up to Shubhangi's solution, try in the below way.
The above variable Flag would return boolean values(i.e True,False).
Code:
Flag=Browser("Browser").Page("Page").Check (CheckPoint("Page"))
msgbox Flag
The above variable Flag would return boolean values(i.e True,False).