I have the following UI element selector:
table > tbody > tr > td > div > div > div > button > span > span > i[Class="fas fa-spinner fa-xs"]
this is called 'Specific Icon' in the UI elements list
When this element is present on the webpage, I want to get the names of all the buttons that contain this UI selector (every new name should appear as a new row when written to Excel)
How can I do this, and which would be the easiest way to do it?
