Forum Discussion

exdunepilot's avatar
exdunepilot
Contributor
8 years ago
Solved

FindAllChildren() returns array of Undefined String Types, Should Return an array of Objects

Version is TestComplete 11.31

JScript implementation language

Flex is the browser technology (using IE)

 

This happens using wildcards & regexp.  When I use FindChild() with the same property names and property values (with wildcard & regexp) TC does return a correct Object. So, I can use FindChild() as a workaround, however, I want all the objects, not just one at a time.

 

Thx.

  • Do you use (new VBArray()).toArray() to convert a safe array to JScript array?

1 Reply

  • EVarnavsky's avatar
    EVarnavsky
    SmartBear Alumni (Retired)

    Do you use (new VBArray()).toArray() to convert a safe array to JScript array?