I’d like to build an RPA to download all the images from a Google Image Search result page. Example results page.
I know how to get the RPA to click on an image, but I can’t get it to recognize the “Download” click through the Record feature. I also don’t know how to get the RPA to repeat the action for all images on the page.
Finally, I’d also like to build a CSV that contains the downloaded filename of each saved image, as well as the original web URL the image comes from.
Thanks for the help!