I have an excel document with customer information. I’ve managed to create a data table and the create each record on the website. After adding the records, I must be able to delete each record from the website as well but I’m unsure as to how I can accomplish this.
After using the excel sheet, I have a record with a title, name, surname, and phone number. Now I must be able to iterate through all the records on the website and delete everyone.
Is there a way to click on every delete button on the website for every record?