Choose multiple icons

I need to perform the task of clicking on the magnifying glass icon on the left side of each row, but I don’t know how to get the selector of each icon to be able to navigate. Is there a faster and more convenient way? Thank you, everyone

Hi @luongduy2001

There is no simple way to click multiple buttons.

There is a way that is not too complicated which is using Inject JS and loops:
You can use loop to increase the position of the row you want to click through the activity Repalce, which replaces the line index in the js code file.

Good luck in your use case

Regards

1 Like

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