Pagination Questions

I was wondering if anyone would have any idea how to use the pagination selector when every page's show more button is different every time? Is there another way I can get pagination to work?

e.g.
page 1

Button is this
#widget-infinite-Scrolling-9ee7562d-301d-47bd-b473-04eeecdadb2b button

Page 2

The button is thie
#widget-infinite-Scrolling-463051e6-4ff3-4d33-bc4d-3cd3a3cc0e29 button

Hi,

Sure, no problem at all. Please check if this setup works for you:

{"_id":"henryschein2","startUrl":["https://henryschein.com.au/cad-cam/blocks/hybrid-blocks/vita-enamic-for-cerec"],"selectors":[{"id":"pagination","parentSelectors":["_root","pagination"],"paginationType":"auto","type":"SelectorPagination","selector":"#cv-zone-container-1 button:contains('Show More Products')"},{"id":"link","parentSelectors":["product-wrapper"],"type":"SelectorLink","selector":".widget-productlist-title a","multiple":true,"linkType":"linkFromHref"},{"id":"product-wrapper","parentSelectors":["pagination"],"type":"SelectorElement","selector":".product div[data-view]","multiple":true,"scroll":true,"elementLimit":0}]}
1 Like

HI @JanAp

It worked, thank you!

1 Like