To start off with some background info, I’m currently building a robot which opens a list of links from a website. I was able to copy the links to an excel sheet with data scrapping, but the problem comes in when I was opening the links since my robot keeps repeatedly opening the links even when it has run through the whole list. The image shows the process of my robot which focuses on the opening of the links. Please let me know what I am doing wrong!
If you want the robot to open each link in the excel sheet, you would have to include open browser in the for each row in data table body. So it iterates through each link and navigates to each link.