sree2011
12 years agoContributor
Finding a Control Using AutomationIdProperty
I am using Test Complete 9.3 to automate a WPF application. Our dev team has assigned an AutomationId for each control which is not exposed in Test Complete properites. So I tried to browse the same in the net and was able to find how to get the automationid for a particular control. But my objective is to find the control using the AutomationIdProperty. In my framework which is develped in Test Complete, it takes input as automationid for finding each control object. Is there anyway we can use AutomationIDProperty in FindAll or FindChild Methods in Test Complete.