Element Scroll Down can't scroll at all(from beginning)

Hi Team,

Describe the problem.
can't scroll down, the sitemap will only get the default 9 images, NOT the overall 13 ones(which means: 4 are missing), don't know why it won't scroll down;

Url: https://camsaviis.gumroad.com/

Sitemap:

{"_id":"test_0523","startUrl":["https://camsaviis.gumroad.com/"],"selectors":[{"delay":30000,"id":"element","multiple":true,"parentSelectors":["_root"],"selector":"article","type":"SelectorElementScroll"},{"delay":0,"id":"image","multiple":false,"parentSelectors":["element"],"selector":"img","type":"SelectorImage"}]}

thanks.

@tony928 Hi, you need to be using an undocumented approach which requires adjusting the sitemaps JSON for the 'Element scroll' selector.

Example:

{"_id":"test_0523","startUrl":["https://camsaviis.gumroad.com/"],"selectors":[{"id":"element","parentSelectors":["_root"],"type":"SelectorElementScroll","selector":"article","multiple":true,"delay":1000,"scrollElementSelector":"main"},{"id":"image","parentSelectors":["element"],"type":"SelectorImage","selector":"img, video","multiple":false,"delay":0}]}