Perform click activity on all UI elements on webpage

I have links and when I open them, they will have a table and the last column in the table have Remove buttons.

I wish to open the link and click on all the “Remove” buttons. I understand that either by using Find Children/Find Element and For each activity this can be achieved however, I am not getting the exact flow to implement. Could you please suggest, I have added a screenshot

@girishankar09

You can directly use for each ui element activity and just indicate and use click activity inside with current element as input

Cheers

Hey Anil,
Thanks for the input, I have actually tried the same thing but it is not clicking and not even giving error, not sure why, I have attached the screenshots, any idea what



I might be doing wrong?

@girishankar09

Please try selecting hardware events in the input mode from click activities properties

cheers