Hey guys -
I have built several maps successfully but this one isnt' working for me. I need to visit each item's details page to scrape data there but then go the next page using the "next" button that is NOT a link (must use element click selector).
I have tried this a few different ways but can't get it to work.
See below:
{"_id":"pollstarpagetest","startUrl":["https://www.pollstar.com/festival-list"],"selectors":[{"id":"nextpage","type":"SelectorElementClick","selector":"div.ps-action.ps-btn.right","parentSelectors":["_root","nextpage"],"multiple":false,"delay":"2000","clickElementSelector":"div.ps-action.ps-btn.right","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"items","type":"SelectorLink","selector":"div.ps-festival a","parentSelectors":["_root","nextpage"],"multiple":true,"delay":0},{"id":"DetailTabName","type":"SelectorText","selector":"a.artist-name","parentSelectors":["items"],"multiple":false,"regex":"","delay":0},{"id":"pageURL","type":"SelectorText","selector":"div.contact-card__text a.ps-link","parentSelectors":["items"],"multiple":false,"regex":"","delay":0}]}