I'm trying to get the pagination to work on the below site...
The pagination works for the first two pages. I set the pagination as the parent to the root page, so it scrapes all elements on the page, moves to the second, and scrapes all elements on the second page. However, when I set the pagination to a parent to itself to create the loop and hopefully scrape all pages, nothing happens and no data is scraped. Also, the pagination style on the site seems kind of unique so that might be causing the issue. Any ideas on how to solve this?
Sitemap:
{"_id":"food-drink-eventbrite","startUrl":["Chicago, IL Food & Drink Events | Eventbrite div.search-event-card","multiple":true,"delay":0},{"id":"name","type":"SelectorText","parentSelectors":["events"],"selector":"div.card-text--truncated__three","multiple":false,"regex":"","delay":0},{"id":"date/time","type":"SelectorText","parentSelectors":["events"],"selector":"div.eds-media-card-content__sub-content > div.eds-text-bs--fixed","multiple":false,"regex":"","delay":0},{"id":"venue","type":"SelectorText","parentSelectors":["events"],"selector":"div.card-text--truncated__one","multiple":false,"regex":"","delay":0},{"id":"pagination","type":"SelectorElementClick","parentSelectors":["_root","pagination"],"selector":"a.eds-btn","multiple":false,"delay":"2000","clickElementSelector":"a.eds-btn","clickType":"clickOnce","discardInitialElements":true,"clickElementUniquenessType":"uniqueText"}]}