Forum Discussion
A_Roskoshnyi
Contributor
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;
Related Content
- 3 years ago
- 4 years ago
- 7 years ago
- 2 years ago
Recent Discussions
- 2 days ago