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 in the object browser and i can touch those object useing x/y coordinates but i really need to be able to work with those objects in a more defined manner than just using x/y values.
here is a jing: (Sorry for the long video TC was taking its time while recording)
http://screencast.com/t/EhkhR7Pn
using Firefox 27
TC 10.10.752.7
Flex Web via https:
have stepped through smartbear help for testing flex apps with no success.
- Hi 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.