No More visualize feature on site maps

It's been a bit for me but I can't seen to find the visualize feature so you can see the sitemap will flow?

I am trying to create a loop where in clicks all the elements on the page and then goes to the next page, and repeats over and over. I've got it to do one loop but then it ends (preview mode)

Any thoughts?

{"_id":"follow-bot","startUrl":["https://www.linkedin.com/search/results/companies/?companyHqGeo=%5B%22103644278%22%5D&companySize=%5B%22B%22%2C%22C%22%2C%22D%22%5D&hasJobs=%5B%221%22%5D&industryCompanyVertical=%5B%224%22%5D&origin=FACETED_SEARCH&page=4&sid=f(_"],"selectors":[{"clickActionType":"real","clickElementSelector":"button[aria-label*=\"Follow \"]","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":200,"discardInitialElements":"do-not-discard","id":"Click all","multiple":true,"parentSelectors":["_root","Paginate"],"selector":"div","type":"SelectorElementClick"},{"id":"Paginate","paginationType":"auto","parentSelectors":["_root","Paginate"],"selector":"button.artdeco-button--icon-right","type":"SelectorPagination"}]}

Lol, it's really been awhile eh? That feature disappeared a long time ago, at least 2 years ago. Anyway, the URL here seems to change with each new page, so you don't really need pagination. Can just use the Specify multiple urls with ranges method.

Also, it is probably easier to scrape this in two stages, where in stage 1, you get all the URLs of the company pages, and then in stage 2 you have a different sitemap which uses all those stage 1 URLs as Starturls. The sitemap below will achieve stage 1. I've set it to scrape 5 pages for testing. Adjust the page range as needed. Tested with Page load delay: 4000

{"_id":"linked-stage1-2025","startUrl":["https://www.linkedin.com/search/results/companies/?companyHqGeo=%5B%22103644278%22%5D&companySize=%5B%22B%22%2C%22C%22%2C%22D%22%5D&hasJobs=%5B%221%22%5D&industryCompanyVertical=%5B%224%22%5D&origin=FACETED_SEARCH&page=[1-5]&sid=f(_"],"selectors":[{"elementLimit":0,"id":"company_elements","multiple":true,"parentSelectors":["_root"],"scroll":false,"selector":"div.search-results-container div > ul > li","type":"SelectorElement"},{"id":"Company","multiple":false,"multipleType":"singleColumn","parentSelectors":["company_elements"],"regex":"","selector":".t-16 a","type":"SelectorText"},{"id":"Link","linkType":"linkFromHref","multiple":false,"parentSelectors":["company_elements"],"selector":".t-16 a","type":"SelectorLink"},{"id":"Followers","multiple":false,"multipleType":"singleColumn","parentSelectors":["company_elements"],"regex":"","selector":"div.t-14:contains('follow')","type":"SelectorText"}]}