04-15-2009, 05:13 PM
hi,
Try the following to verify number of link displayed
Based on "chobj.Count" we can decide how many links are displayed with the name starts with "Accounts"
Thanks,
Vijay
Try the following to verify number of link displayed
Code:
Set Obj = Description.Create()
Obj("micclass").value = "Link"
Obj("html tag").value = "A"
Obj("innertext").value = "Accounts.*"
set chobj = Browser("name:=xxxx").page("title:=xxx").ChildObjects(Obj)
Thanks,
Vijay