When I am trying to create a pagination link, when I click on the page numbers and 'next' element, the page changes and the selector automatically deletes itself before I can click save. How can I make this pagination work? I can't do array pages as I'm not sure how many pages there are.
Url: http://yellowpages.com.au
Sitemap:
{"_id":"yellowpages","startUrl":["https://www.yellowpages.com.au/search/listings?clue=Auto+wreckers+%26+recyclers&pageNumber=[1-50]&referredBy=www.yellowpages.com.au&&eventType=pagination"],"selectors":[{"id":"business name","type":"SelectorLink","parentSelectors":["_root"],"selector":"div.cell:nth-of-type(n+3) div.srp-brand-bar-container a.listing-name, div.cell div.cell div.body a.listing-name","multiple":true,"delay":0},{"id":"phone number","type":"SelectorText","parentSelectors":["business name"],"selector":"div.main a.click-to-call span.text div","multiple":false,"regex":"","delay":0},{"id":"address","type":"SelectorText","parentSelectors":["business name"],"selector":"p.listing-address","multiple":false,"regex":"","delay":0},{"id":"email","type":"SelectorHTML","parentSelectors":["business name"],"selector":"div.main a.contact.contact-email","multiple":false,"regex":"","delay":0}]}