Forum Discussion

aditya_nerkar's avatar
aditya_nerkar
Occasional Contributor
13 years ago

FindAllChildren isn't able to find all the elements. Looks like the object repository isn't refreshed.

Hi, I have a WPF app whose elements are dynamically created. I am using the FindAllChildren method to find all these elements. // ----code--- function getChildren() {   PropName ...