06-18-2012, 04:43 PM
Hi,
Try the belowcode
strLinkName="Inbox\([0-9]+\)"
Regards,
Ankesh
Try the belowcode
strLinkName="Inbox\([0-9]+\)"
Code:
Browser("title:=.*").Page("title:=.*").Link("name:="&strLinkName).Click
Regards,
Ankesh