Hello,
I don't know if this is possible but I thought I would ask. I have a dynamic number of links on a page in a single row, that looks like this.

Each of those RA-xxx numbers are hyperlinks. I need automate to be able able to recognize each of those, and click on them, which opens a new window with another URL :

Which then opens up another page I need to do a Control +S on to save, and then I'm hoping to be able to email those files and then delete them.
Is this possible? My initial thought was to have it extract the URLs in the column, and then do a "For Each" loop and have it open the url in the browser, do the clicks and saves and then close them. But, the extracted URL is not the same as the URL that goes to the next window, it just takes me back, so I would need to do the physical clicks, but it would need to go down the column and know how many there are.