Forum Discussion
tristaanogre
16 years agoEsteemed Contributor
Read up on the "FindAllChildren" method that TestComplete attaches to objects. You can pass in as a parameter the class (wildcarded if you want) and it returns an array of all objects found that match your parameters. You can then use VarArrayHighBound to get the count.