ArmandsBruns
12 years agoFrequent Contributor
TC 9.30 doesn't see the objects in a table
Hi,
If TC 9.30 doesn't see the objects in a table, what is possible solution to find one of this objects?
Best regards
If TC 9.30 doesn't see the objects in a table, what is possible solution to find one of this objects?
Best regards
Hi Armands,
In most cases, child objects of grid controls are internal, so TestComplete does not recognize them as individual objects and does not show them in the Object Spy. To access these objects, you need to use native methods/properties of their parent objects. You can find out from your control's documentation what particular methods/properties you need to use.