For each UiElement

Hi!

I need to do a for each throw an array of UiElements on a webpage.

I have a Find Element activity to find the UIElement and than I want to do a For Each to click in each UiElement found and do other activities as well… But how can I assign the output value from the find element to an array of UiElements or what do I put as VB expression in the For Each activity?

Thanks!

Search for Find Children

https://forum.uipath.com/search?q=Find%20Children

1 Like

Thanks, it’s solved!