I am not able to get the name of the child elements by using the Find Children,Get attribute(aaname or innertext) . I tried all the options in the property of Find Children like find descendants ,find top levels,find thread ,find process etc , but not getting the child names.
I have used for each loop to loop through Children element and used Get Attribute to get the aaname but i am getting blank value . Although, I am getting the count of the child elements but not the name of the elements . What shall i do ? The output of the Find Children is UiElement . Is there any way to get the string value of the UiElement ? Or is there any other approach to get the child element details ?
Example:- Material is the parent element and inside it are the child elements .