Scraping stops on the second page. How to properly build pagination on this site ?
{"_id":"rossmann_cialo","startUrl":["https://www.rossmann.pl/kategoria/pielegnacja-i-higiena/cialo,13093"],"selectors":[{"id":"strony","parentSelectors":["_root","strony"],"paginationType":"auto","type":"SelectorPagination","selector":"[data-testid=\"pagination-next-page\"]:not([aria-disabled=\"true\"])"},{"id":"produkty","parentSelectors":["strony"],"type":"SelectorElement","selector":"[style*=\"grid-template-columns\"] > div","multiple":true},{"id":"nazwa","parentSelectors":["produkty"],"type":"SelectorText","selector":"div.DescriptionSection-module_brand--YWvzf","multiple":false,"regex":""},{"id":"nazwa_","parentSelectors":["produkty"],"type":"SelectorText","selector":"div.DescriptionSection-module_caption--EuQOh","multiple":false,"regex":""},{"id":"nazwa__","parentSelectors":["produkty"],"type":"SelectorText","selector":"div.DescriptionSection-module_unit--ASwix","multiple":false,"regex":""},{"id":"status","parentSelectors":["produkty"],"type":"SelectorText","selector":"span.ProductTileBadge-module_productTileBadge--BepfZ","multiple":false,"regex":""},{"id":"chwilowo_niedostepny","parentSelectors":["produkty"],"type":"SelectorText","selector":"div.AvailabilitySection-module_record--6s-zJ:nth-of-type(1)","multiple":false,"regex":""},{"id":"cena_aktualna","parentSelectors":["produkty"],"type":"SelectorText","selector":"div.PriceSection-module_priceBox--Z-c6z","multiple":false,"regex":""},{"id":"cena_bez_apki","parentSelectors":["produkty"],"type":"SelectorText","selector":"div.RecentlyIntroducedPrice-module_text--kKjD6","multiple":false,"regex":""},{"id":"cena_30dni","parentSelectors":["produkty"],"type":"SelectorText","selector":"div.LowestPriceIn30Days-module_text--hJ38g","multiple":false,"regex":""},{"id":"cena_regularna","parentSelectors":["produkty"],"type":"SelectorText","selector":"div.PriceSection-module_priceBox--Z-c6z","multiple":false,"regex":""},{"id":"link","parentSelectors":["produkty"],"type":"SelectorLink","selector":".ImageSection-module_imageSection--2Hl82 a","multiple":false,"linkType":"linkFromHref"}]}
Thank you for reply.