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 ...