Following Case:
I use the activity find children to get data from a list from a application.
In the output (IEnumerable UIelemet) exists more than 30000 list items.
(It is not possible to extract this infomations into a datatable or something else)
The Question:
Is possible to get the list(row)Index of an specific value?
without using a for each loop?
the search value should match with the Listattribute “text” wich i can get from
the activity get attributes.