Element scroll not picking up all elements

When trying to scrape the site below using element scroll, it starts to scroll and seems to be working, but before reaching the end up the currently loaded screen, it goes back to the top, then all the way to the bottom, and ends the scraping, but doesn't pick everything up.

Url: https://opensea.io/collection/daopunksnft

Sitemap:

{"_id":"wtpfp","startUrl":["https://opensea.io/collection/daopunksnft"],"selectors":[{"delay":5000,"id":"card","multiple":true,"parentSelectors":["_root"],"selector":".fXFHnS","type":"SelectorElementScroll"},{"delay":0,"id":"image","multiple":false,"parentSelectors":["card"],"selector":"img.Image--image","type":"SelectorImage"},{"delay":0,"id":"collection","multiple":false,"parentSelectors":["card"],"regex":"","selector":".elqhCm div.Overflowreact__OverflowContainer-sc-7qr9y8-0","type":"SelectorText"},{"delay":0,"id":"name","multiple":false,"parentSelectors":["card"],"regex":"","selector":"div.AssetCardFooter--name","type":"SelectorText"}]}

@mmaccou Hi, if you inspect the 'Elements' tab and try to scroll down the page you will see that, unfortunately, the previously discovered elements are replaced by the newly discovered elements and they are not consistently available on the page even after scrolling till the very bottom.

To circumvent this you can use the asset ID interval for a predefined URL range.