Scrap images in image scroller

Hi,

I want to scrap all the images on the webpage. However the images are inside a scroller with forward and backword button. Can anyone help me in scrapping all images in the scroller?

Can the images be dowloaded as well to local folder?

Regards.

@DSA Hello, can you provide us with the targeted website?

The website is

Try this example page. If page is no longer avail, just change Url to a working page with carousel.

{"_id":"gumtree","startUrl":["https://www.gumtree.com/p/property-to-rent/%C2%A3750-per-month-large-double-room-kingsbury-branksomes-way-kingsbury/1357388858"],"selectors":[{"id":"Title","multiple":false,"parentSelectors":["_root"],"regex":"","selector":"div.view-container h1","type":"SelectorText"},{"id":"Breadcrumb","multiple":false,"parentSelectors":["_root"],"regex":"","selector":"div.breadcrumbs-container","type":"SelectorText"},{"id":"Get carousel images","multiple":false,"parentSelectors":["_root","Click thru carousel"],"selector":"div.carousel-container li[data-testid=\"slider\"][class*='active'] img","type":"SelectorImage"},{"clickElementSelector":"div#images-tabpanel div.carousel-controls-container button[aria-label='carousel next']:not([class*='disabled'])","clickElementUniquenessType":"uniqueHTML","clickType":"clickMore","delay":1500,"discardInitialElements":"do-not-discard","id":"Click thru carousel","multiple":true,"parentSelectors":["_root"],"selector":"div > main","type":"SelectorElementClick"}]}