Hello,
I have an Excel file that has a list of URLs in column A. I’m trying to build a robot that will read that file and for each row, navigate to the URL, scrape data (if it exists) and return it to the Excel file. I can get the browser to open, but I can’t get the robot to enter the URL in the address bar of the browser. Any help would be appreciated.