02-22-2010, 06:52 PM
Try following
Also you can use following to highlight the link
Code:
Dim obj_ChkDesc
Set obj_ChkDesc=Description.Create
obj_ChkDesc(“Class Name”).value = “Link”
Obj_ChkDesc("name").value="Log in"
Browser().page().link(obj_ChkDesc).click
Also you can use following to highlight the link
Code:
Browser().page().link(obj_ChkDesc).Highlight