I'm trying to scrape details from a site with a load more selector, which adds records to the bottom of a list. I can get the scraper to go to the third set of records loaded by the button (and then click through to get the data I need), but no further...any ideas what I might be doing wrong?
https://cihhousing.com/exhibitor-list/exhibitor-list
{"_id":"cihhousing","startUrl":["https://cihhousing.com/exhibitor-list"],"selectors":[{"id":"clicker","type":"SelectorLink","parentSelectors":["_root","scroller"],"selector":"h2.aos-ArticleTitle a","multiple":true,"delay":0},{"id":"Name","type":"SelectorText","parentSelectors":["clicker"],"selector":"h1.aos-ArticleTitle","multiple":false,"regex":"","delay":0},{"id":"Address","type":"SelectorText","parentSelectors":["clicker"],"selector":"div.aos-DS47-N.aos-ArticleStandInfoAddress","multiple":false,"regex":"","delay":0},{"id":"Website","type":"SelectorText","parentSelectors":["clicker"],"selector":"div.aos-DS47-N.aos-ArticleStandInfoWeb a","multiple":false,"regex":"","delay":0},{"id":"Categories","type":"SelectorText","parentSelectors":["clicker"],"selector":"a.aos-DS47-Tag","multiple":true,"regex":"","delay":0},{"id":"Blurb","type":"SelectorText","parentSelectors":["clicker"],"selector":"p","multiple":false,"regex":"","delay":0},{"id":"scroller","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.aos-SHC:nth-of-type(1) img.aos-Image","multiple":true,"delay":0,"clickElementSelector":"nav.aos-FL button.aos-DS93-HButton","clickType":"clickMore","discardInitialElements":true,"clickElementUniquenessType":"uniqueCSSSelector"}]}