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;
David91
4 years agoFrequent Contributor
Thank you for your advice. I select value in list. But I have another problem that when there are a lot of items in the list and the searched item is somewhere at the bottom, it does not see it and does not click on it. Is it possible to make it scroll in the list and click?
Thank you so much 🙂