Hi everyone, i was able to extract and find the duplicate but now i cannot delete the duplicates, so i used name column to check the duplicates…please assist
Hi @pabaleloh
When you say, you can’t delete duplicate email address, are you getting any error? or bot not clicking on required delete option?
Bot not clicking delete
Can you please show us the selector you have crafted for deleting that email address?
This selector doesn’t define the row number or row name for which to click delete. As you are trying to find duplicates, once you have identified the duplicate item, you need the row number for that item, and then pass that in your selector, so bot knows to click delete in row 5 or 4?
first, Explore the selector for delete link using ui explorer. there would be a property called tableRow like you have tableCol shown in the selector above.
Then you would understand what values are coming in tableRow whether its starting from 0 or 1.
Once, you figure that out, you pass the row index(or row index -1 accordingly) of the item into the delete selector where duplicate was found.



