I try to scrape this page Articles on Self-Knowledge, Relationships and Calm, but the problem is that Pagination does not work, because new articles appear just when you scroll on the "More" button, but you do not need to push it, just scroll to it. Pagination tries to push it, and it does not work. I tried to use Element (scroll), it scrolls down to the limit of page, and not stopping long enough on More button for expansion to start working. PLease help
{"_id":"LastPAginSchool","startUrl":["https://www.theschooloflife.com/articles/"],"selectors":[{"id":"Articles","parentSelectors":["_root"],"type":"SelectorLink","selector":".animated a.article-block__content__more, a.btn-dark","multiple":true,"linkType":"linkFromHref"},{"id":"Scroll","parentSelectors":["Articles","Scroll"],"paginationType":"auto","type":"SelectorPagination","selector":"button.load-more-articles"},{"id":"Date","parentSelectors":["Scroll"],"type":"SelectorText","selector":"time","multiple":false,"regex":""},{"id":"Title","parentSelectors":["Scroll"],"type":"SelectorText","selector":"h1","multiple":false,"regex":""},{"id":"Views","parentSelectors":["Scroll"],"type":"SelectorText","selector":".article-main__content__counter span","multiple":false,"regex":""},{"id":"Body","parentSelectors":["Scroll"],"type":"SelectorText","selector":".article-main__content__wysiwyg p","multiple":true,"regex":""}]}
