Scrolling Element

Hi,

I am unsure why my webscraper only scrapes the first 2 "pages" even though I have added the element scroll. I have tried delaying the page loading but am still unable to get all elements.

The URL is "https://redmart.com/fresh-produce/fresh-fruits"

My sitemap is as below:
{"_id":"redmart","startUrl":["https://redmart.com/fresh-produce/fresh-fruits"],"selectors":[{"id":"item","type":"SelectorElement","selector":"ul.productList:nth-of-type(1) div.productDescriptionAndPrice","parentSelectors":["_root","scrolling"],"multiple":true,"delay":0},{"id":"description","type":"SelectorText","selector":"div.description h4","parentSelectors":["item"],"multiple":false,"regex":"","delay":0},{"id":"price now","type":"SelectorText","selector":"span.ProductPrice__promo_price___3OWY9","parentSelectors":["item"],"multiple":false,"regex":"","delay":0},{"id":"price then","type":"SelectorText","selector":"span.ProductPrice__promo_original_price___3XkIr","parentSelectors":["item"],"multiple":false,"regex":"","delay":0},{"id":"scrolling","type":"SelectorElementScroll","selector":"ul.productList:nth-of-type(1) li.productPreview:nth-of-type(1) div.productDescriptionAndPrice","parentSelectors":["_root"],"multiple":true,"delay":"3000"}]}

Hello,
I can't get the scraping me too.
I would be interested to have the solution.
You will have another problem with this site: if the old price is not defined, you will obtain "null" and "null" for the current price even if the price is defined for the product.
cordially