I have a For Each UI Element that works when I initially configure it and then doesn’t work again, so I need to be able to see the selector/filter for the UI elements it’s looking for. All the activity appears to show is the selector of the container object. How can I see the rest of the details for this activity so I can actually make it work?
When I use Find Children, I can easily see the selectors and filter and modify them manually to make it work. When I use For Each UI Element, if it doesn’t work automatically it appears there’s no way to make manual adjustments.
Not sure what you’re asking for. You can try the For Each UI Element activity yourself and see that it doesn’t show the selector and filters the way Find Children does.
How is this still no solved? I’m just wondering if I need to go back to Find Children and not use shiny new modern activity Edit:@postwick
This is still possible, but it’s inconvenient. You can open xaml file in a code editor.
Search for line for For Each UI Element activity. In there you’ll find ExtractDataSettings and ExtractMetadata properties.
To summarize - it’s possible to edit properties but it’s much harder than for example Extract Table Data, and it’s easier to break something. I think I’ll just stick to Find Children for now even if it’s much older activity.
I’d like to add it would be nice to be able to get the elements out as a collection instead of needing to loop over them as you don’t always want to loop.
To me this activity should have been a direct replacement for Find Children and we can use the generic loop activity with the list of UiElements if we wanted to loop.
If we already confessing our dreams I’d like to have documentation on UiElement… You can also do a lot with this one. But you have to figure out things yourself.