Thank you iconoclast! Looking how you formated this helped, but I'm still getting stuck. Running your sitemap, I get only the first page of each group of 10 pages because it's clicking the next button that loads the next 10 pages. It's not going through pages 2 thru 10.
It looks like I need to get it to scrape the data from the first page, then click the div.pagination a:nth-of-type(1) link, scrape, click div.pagination a:nth-of-type(2), scrape, and repeat until it gets to div.pagination a:nth-of-type(11), then click a.next, scrape, and repeat cycling through all the pages again until it gets to page 2222. I don't know how to setup this format.
I tried with the following sitemap doing just the 2nd and 3rd box, then telling it to load the next 10 pages and repeat. However, I still only get the first page out of the group of 10.
Thank you in advance for any more assistance.
{"_id":"hankookimport","startUrl":["https://www.hankooktire.com/us/services-tips/find-a-dealer/view-all.html"],"selectors":[{"id":"2nd box","type":"SelectorElementClick","selector":"div.comm_wrap","parentSelectors":["_root"],"multiple":true,"delay":"1000","clickElementSelector":"div.pagination a:nth-of-type(1)","clickType":"clickMore","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"grouping","type":"SelectorElement","selector":"div.data_table tbody tr","parentSelectors":["2nd box","3rd box","next 10"],"multiple":true,"delay":0},{"id":"Name","type":"SelectorText","selector":"td.left:nth-of-type(1)","parentSelectors":["grouping"],"multiple":false,"regex":"","delay":0},{"id":"Address","type":"SelectorText","selector":"td.left:nth-of-type(2)","parentSelectors":["grouping"],"multiple":false,"regex":"","delay":0},{"id":"Phone","type":"SelectorText","selector":"td.left:nth-of-type(3)","parentSelectors":["grouping"],"multiple":false,"regex":"","delay":0},{"id":"pgnum","type":"SelectorText","selector":"div.pagination strong","parentSelectors":["2nd box","3rd box","next 10"],"multiple":false,"regex":"","delay":0},{"id":"3rd box","type":"SelectorElementClick","selector":"div.comm_wrap","parentSelectors":["_root"],"multiple":true,"delay":"1000","clickElementSelector":"div.pagination a:nth-of-type(2)","clickType":"clickMore","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"next 10","type":"SelectorElementClick","selector":"div.comm_wrap","parentSelectors":["_root"],"multiple":true,"delay":0,"clickElementSelector":"a.next","clickType":"clickMore","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"}]}