I have a website (portal) which contains lots of files (excel, zip…) here. And I have to delete a specific file. By manually I will click on three dots button next to the file and then hover to another element to delete it. Like this:
Because each file will have three dots button next to it so I can’t define which one belongs to which file. How can I do that on uiPath?
I can validate if I uncheck on parentID, or replace by ‘*’ it still can be validated. But when running the workflow the uiPath cannot determine it and cant click on the button.
@shaikmdrafi@Gabriele_Camilli yep it’s not check but default. However it still does not work well if checked. If I uncheck on the ID then the button can validate but it cannot be highlighted. So it means it does not recognise the button in the web UI