How to save photos of property on property website?

Hi Automation Bot Builders,

I want to build workflow to save photos of rental property post such as the link below:

Can you please recommend workflow solution for it?

Many thanks!
Doria

Use Take Screenshot, give it the selector for the image, and then Save Image to save it as a file. Are you trying to save all the photos, or just the main one? If all of them, then you click the button to go to the images, For Each UI Element to loop through the images on the left and click each one, and then Take Screenshot/Save Image to save each image on the right.

@Xu_Doria

you can use get attribute on image and get the src attribute which will be the image url

now use http request activity and pass the output of get attribute to http request and give a local location in response file to save field and it would download and save the picture

you can repeat this for all phots if needed

For each ui element or find children will help in achieving this in loop

Hope this helps

cheers