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"}]}

