I have a webpage with specific area where there is a list of Position Title
My step to execute is to delete the specific Position Title clicking on the X icon
I can scrape those area and store in a DT, then I can check if the row.item(1) = myPositionTitle and then I want to click on row.item(0) but I do not know how.
Or maybe there is another solution?
Can you advise testfile.zip (2.8 KB)