Site I am scraping hase multiple pages. the "next" link is in an array but is element(4) on the first page then (5) on subsequent pages. I cannot get this to go past the second page and I only see results of the first or second page. Source below if some can help
{"_id":"proplist","startUrl":["https://www.proplist.com/"],"selectors":[{"id":"agentlist","type":"SelectorLink","selector":"nav.page-header__nav-main li.nav__item:nth-of-type(3) a.nav__link","parentSelectors":["_root"],"multiple":false,"delay":0},{"id":"wrapper","type":"SelectorElement","selector":"div.property-item","parentSelectors":["agentlist"],"multiple":true,"delay":0},{"id":"name","type":"SelectorText","selector":"span.name","parentSelectors":["wrapper"],"multiple":false,"regex":"","delay":0},{"id":"tel","type":"SelectorText","selector":"span.telephone a","parentSelectors":["wrapper"],"multiple":false,"regex":"","delay":0},{"id":"town","type":"SelectorText","selector":"span.city","parentSelectors":["wrapper"],"multiple":false,"regex":"","delay":0},{"id":"postcode","type":"SelectorText","selector":"span.postcode","parentSelectors":["wrapper"],"multiple":false,"regex":"","delay":0},{"id":"page_1","type":"SelectorElementClick","selector":"li.grid__item:nth-of-type(4) a.link span.text","parentSelectors":["_root"],"multiple":false,"delay":"2000","clickElementSelector":"","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"page_more","type":"SelectorElementClick","selector":"li.grid__item:nth-of-type(5) a.link span.text","parentSelectors":["page_1"],"multiple":true,"delay":0,"clickElementSelector":"li.grid__item:nth-of-type(5) a.link span.text","clickType":"clickMore","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"}]}