10-18-2012, 10:05 AM
Try this out:
This might do...... the error might be because of '|' symbol... u might need to suppress the special characters so that qtp recognize them...
Thanks ,
Harish Shenoy
Code:
Set alllink=Description.Create
alllink("micclass").value="Link"
Set objlink=Browser("title:=CCAMS.*").Page("title:=CCAMS.*").ChildObjects(alllink)
msgbox objlink.count
Thanks ,
Harish Shenoy