Hello,
I have an issue with a sitemap to scrape multiple pages using the Pagination (Beta) type. What I believe is the issue is that it doesn't allow the pages to load long enough before clicking the next one. The reason I'm suspecting this is that it gets the content of the first and last page but not the ones in the middle. They don't appear to load before the pagination clicks next from what I can tell. The sitemap is below:
{"_id":"puben_trafikverkets_infrastrukturregelverk","startUrl":["https://puben.trafikverket.se/dpub/sok"],"selectors":[{"id":"pagination","parentSelectors":["_root","pagination"],"paginationType":"clickOnce","selector":"button.border-danger + button","type":"SelectorPagination"},{"id":"document","parentSelectors":["pagination"],"type":"SelectorLink","selector":".text-medium a","multiple":true},{"id":"nedladdningslänk","parentSelectors":["document"],"type":"SelectorLink","selector":"div:nth-of-type(n+10) div:nth-of-type(n+2) a","multiple":true},{"id":"ämnesområde","parentSelectors":["document"],"type":"SelectorText","selector":"div.form-group:nth-of-type(4) div","multiple":false,"regex":""},{"id":"titel","parentSelectors":["document"],"type":"SelectorText","selector":".col > div > div:nth-of-type(1) div.col-sm-6","multiple":false,"regex":""},{"id":"nummer","parentSelectors":["document"],"type":"SelectorText","selector":"h1","multiple":false,"regex":""}]}
Grateful for any tips on how to improve the sitemap
Best regards
