How to save multiple image paths inside divs

Hello everyone,

I am trying to save the url path of many images inside div containers.

I use this to get the path.
(as obvious) this only gets the path of the first image only.
storeAttribute css=img.responsive-img@src

The images are inside these containers
body > div.hello-container > div > div.body > div.w-que > div:nth-child(1) > **img**

They have the class Medium attached to it.
<img class="Medium" src="imagepath">

I am trying to use TIMES to loop over the divs and fetch the images.

Help please :smile:

If you post the url page i can try with some addons to detect a good xpath

Post url page please