05-19-2011, 02:45 PM
Hi ,
It seems the objects are embedded within a WebTable.
In that case you have to use "ChildItem" method to perform operations on embedded objects.
Go through the "ChildItem" method in QTP help file for more information.
Ex:
It seems the objects are embedded within a WebTable.
In that case you have to use "ChildItem" method to perform operations on embedded objects.
Go through the "ChildItem" method in QTP help file for more information.
Ex:
Code:
Browser("DIBAC").Page("DIBAC").WebTable("Federal flag").ChildItem(1,2,"Image",0).Click