Loop though Items in WEB to check

Hello,

I have a scenario where the list of items displayed in web page with respective check box . I need to loop all the list by selecting the check box and then click action button in this case it delete. List may spread to multiple pages.Please let me know how to achieve this.Attaching the screenshot for better undertsanding

Hi @surya1249

Your best bet is to find a dynamic selector for the checkbox field.
Please use UiExplorer to see if there is maybe a logic that you can exploit.

Normally fields like that get numbered and you could then use a simple dynamic selector with a custom variable that will be incremented in a do while loop.

You can search on the forum, there are a lot of examples around :slight_smile: