Download images from a Google Image Search

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!

The easy solution is install xmodules and emulate keyboard to save image.

righe button mouse and click save image

@newuserkantu answer is correct. => Here is a video of automating “Save image as”

Another new solution is the saveItem command.