Wont go to page 2 and on

trying to scrape past page one but i think i broke somthing

Url: Century - Century Batteries | Supercheap Auto

Sitemap:
Sitemaps Sitemap supercheapauto Create new sitemap {"_id":"supercheapauto","startUrl":["https://www.supercheapauto.com.au/brands/century?search_term=century%20batteries"],"selectors":[{"id":"link","parentSelectors":["element"],"type":"SelectorLink","selector":".name-link","multiple":false,"linkType":"linkFromHref"},{"id":"element","parentSelectors":["pages"],"type":"SelectorElement","selector":"div.product-tile","multiple":true},{"id":"pages","parentSelectors":["_root","pages"],"paginationType":"auto","selector":"div.search-result-options:nth-of-type(5) .pagination ul","type":"SelectorPagination"},{"id":"title","parentSelectors":["element"],"type":"SelectorText","selector":"a.name-link","multiple":false,"regex":""},{"id":"price","parentSelectors":["element"],"type":"SelectorText","selector":".product-sales-price span.the-price","multiple":false,"regex":""},{"id":"price_was","parentSelectors":["element"],"type":"SelectorText","selector":".product-standard-price span.the-price","multiple":false,"regex":""}]}

tried that and its only scrapping first page not going onto next?

Try this version. I added 1.5 sec delay in the paginator:

{"_id":"supercheapauto-b","startUrl":["https://www.supercheapauto.com.au/brands/century?sz=36"],"selectors":[{"id":"link","linkType":"linkFromHref","multiple":false,"parentSelectors":["Result elements"],"selector":".name-link","type":"SelectorLink"},{"clickActionType":"real","clickElementSelector":"head title","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":1500,"discardInitialElements":"do-not-discard","id":"Delay 1500 ms","multiple":false,"parentSelectors":["Paginator"],"selector":"head title","type":"SelectorElementClick"},{"id":"Result elements","multiple":true,"parentSelectors":["Paginator"],"selector":"div.product-tile","type":"SelectorElement"},{"id":"Paginator","paginationType":"linkFromHref","parentSelectors":["_root","Paginator"],"selector":"div.pagination ul > li > a.page-next","type":"SelectorPagination"},{"id":"price","multiple":false,"parentSelectors":["Result elements"],"regex":"","selector":".product-sales-price span.the-price","type":"SelectorText"},{"id":"price_was","multiple":false,"parentSelectors":["Result elements"],"regex":"","selector":".product-standard-price span.the-price","type":"SelectorText"}]}