How Click on check box which is before the a case number

Hi,

I am unable to click on a check box which is before a batch number and i want that it click on only those check box on which bot start doing validation.

I’ve tried Anchor base but it won’t work for me.

image

image

In general you can check if a dynamic selector and an integrated anchor approach will fit:

Hi @subhamsinha055 ,
have you edited default editor and attribute of click activity?

@subhamsinha055

You can try something like this

The idea is use innertext for finding the required batch…and then use nav up…then use the required tablecol value and click on the checkbox

Cheers