10-06-2009, 10:16 AM
You can use 'Exist' to check whether your link is there or not on the screen
try this
try this
Code:
if Browser("Conrep-Ex-Employees").Page("Conrep-Ex-Employees").Frame("frPage").Link("Quick Links »").Exist then
msgbox "Pass"
else
msgbox "Fail"
end if