Forum Discussion
A_Roskoshnyi
5 years agoContributor
If you are looking for an element by ControlText, then you may need to use property "Parent".
Try it like this:
var text_object = Your_AliasObject.FindChild("ControlText","1001NA21000011",10);
var list_item = text_object.Parent;