Click on specific Ui Element in table

Hello,

I want to click on edit button with associated Leave Type and this leave type stored in excel file.
I tried to click but not getting suitable selector, this is the screen shot

and this is the selector for click activity

i tried to get leave type in selector but rowname value =“Not Configure” and aaname value=“Click to edit selected record”

kindly help me resolve the problem.

@kalpitmantri
try with anchor base activity

Also if Anchor base does not help then try this kind of logic below, ie get the attribute of particular element which can be used in fetching edit button.for example get the attribute of leave type by using table row then this tablerow you can use in clicking respective edit

@kalpitmantri
Have a look here:

with this technique based on a label the button can be clicked

dynamizing it to the label can be done with this technique: