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).clickAlso you can use following to highlight the link
Code:
Browser().page().link(obj_ChkDesc).Highlight
