I have a list of users in an old desktop application that I’m trying to loop over and collect some data.
Since it doesn’t have reliable UI selectors, I’m using anchors to select the items however, I’m unable to loop over the list of users in this situation.
unfortunately it’s not a java based, I believe the app is written with .Net or C sharp.
What other options do you think I can try?
This is another example of windows application (not java based), also I’m unable to use UI selectors and I have to use Anchors instead. But I’m unable to loop over the list.