automation - Coded UI Test Fails to find Wpf Popup Window controls -
i trying automate ribbon control in power point. in ribbon there popup windows contains settings information, when try automation setting popup windows using coded ui, got error message "the control cannot located playback fail find control give search properties", coded ui can find popup window fails find controls inside it.i have tried
searchconfiguration.alwayssearch , setfocus()
does 1 have solutions, helpful me!
find parent object, i.e popup window, , enumerate through children objects manually if codedui not able locate objects.
ienumerator<uitestcontrol> appt = uimainwindowcontrol.getchildren().getenumerator();
Comments
Post a Comment