Do a click on each uiElement

Hello guys. I have a question. I need to do a loop, which would click on every UiElement found in a webpage. I use Find children activity to find the UiElements, then in a For Each CurrentUiElement I want to indicate to click on the current element, but dont imagine how to do it. Any tips?

@Povilas_Jonikas,

Try this.

Thanks,
Ashok :slight_smile:

1 Like

Thanks for the response, but I keep having problems indicating uielements with find children. The thing is, when I indicate it with find children, I get 32 uielements, even tho there only 24 of what i need. Theese are the uielements i need to catch:

@Povilas_Jonikas,

Try to make your selector more specific to those elements only. Use Ui Explorer for finding more reliable and specific selector for those Ui Elements.

Thanks,
Ashok :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.