04-09-2011, 03:07 AM
Thanks Basanth. I will try as you have suggested. In the meantime I have encountered the following error while I was exploring the ChildObject path. The corresponding code is also below where the error is occurring. Could please point my mistake.
Thanks,
Subha
Thanks,
Subha
Code:
Start Of Child Test
Set obj=Description.Create
'obj("html tag").value="TABLE"
obj("micclass").value="WebTable"
[b]td_obj=Browser("wwe - WebWriter Enterprise").Page("wwe - WebWriter Enterprise").ChildObjects(obj)[/b]
msgbox td_obj.count
' End Of Child Test