Antonio_Haynes
11 years agoContributor
Unable to touch child objects of Flex List control
when recording a test Test complete recognizes the spark.component::list but any objects inside of that list remain undected by test complete. I can find some of the objects contained in the list ...
- 11 years agoHi Antonio,
You can try using the MSAA or UI Automation technologies to make TestComplete recognize items inside the list. Please refer to the "Ways to Interact With Application Objects" article for more information.
Anyway, you can use the native properties or methods to get access to items of the list. TestComplete won't recognize each element. However, you will be able to access it internally. The article I mentioned earlier describes this approach, as well.