Elementclick, timing, and Javascript page next buttons

This will either go to the next page or page and won't collect the data
OR
it collects only the first page of data
{"_id":"dandh_4","startUrl":["https://www.[site].com/v4/view?pageReq=searchResults&Cat=10a7506b-4303-363b-b89f-c745f3148ddc&currentSearchId=b3b77e74-7cf0-4960-8863-f302d6a2c18f&expandedDivs=&globalCSP=95d7c7c3-f865-398c-8fec-6d5a3259cda0"],"selectors":[{"id":"pagination","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.single-item-display","multiple":true,"delay":"3220","clickElementSelector":".col-xs-4 li:nth-of-type(n+3) a","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"product","type":"SelectorLink","parentSelectors":["pagination"],"selector":".title a","multiple":false,"delay":0}]}

This will go to the next page - but can't collect the data
{"_id":"dandh_4","startUrl":["https://www.[site].com/v4/view?pageReq=searchResults&Cat=10a7506b-4303-363b-b89f-c745f3148ddc&currentSearchId=b3b77e74-7cf0-4960-8863-f302d6a2c18f&expandedDivs=&globalCSP=95d7c7c3-f865-398c-8fec-6d5a3259cda0"],"selectors":[{"id":"pagination","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.single-item-display","multiple":true,"delay":"6220","clickElementSelector":".col-xs-4 li:nth-of-type(n+3) a","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"product","type":"SelectorLink","parentSelectors":["pagination"],"selector":".title a","multiple":false,"delay":0}]}

This is what the pagination links look like in the source code -
[ Sorry - but I don't know how to show the actual code - this site is resolving the html.]

The web site will not let me put in an arbitrary page number in the URL - it always shows the first page. If only accept unput if I click on on the li link

This interestingly this doesn't first read the first page and the 3rd page.
It either returns the first page of data OR it advances to page 3 and doesn't retrieve the data

{"_id":"dandh_4","startUrl":["https://www.[site].com/v4/view?pageReq=searchResults&Cat=10a7506b-4303-363b-b89f-c745f3148ddc&currentSearchId=b3b77e74-7cf0-4960-8863-f302d6a2c18f&expandedDivs=&globalCSP=95d7c7c3-f865-398c-8fec-6d5a3259cda0"],"selectors":[{"id":"pagination","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.single-item-display","multiple":true,"delay":"3220","clickElementSelector":".col-xs-4 [data-page='3'] a","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"product","type":"SelectorLink","parentSelectors":["pagination"],"selector":".title a","multiple":false,"delay":0}]}

When I start the scrapes I keep the default timing.