I am opening a URL from the website but when i select Multiple links to open, it only opens one link and shuts down

I want to open list of all the links available on the landing page and extract information against each link like we do in Product listing page.
It should open the below URL and open each exhibitor and than extract name and email for each exhibitor.
But when i run the scraper it only opens first link and shutdowns

Url: Find Exhibitors and Sessions - CES 2025

Sitemap:
{"_id":"CAA","startUrl":["Find Exhibitors and Sessions - CES 2025 .card-Title a","type":"SelectorLink"},{"id":"Name","multiple":false,"parentSelectors":["Links"],"regex":"","selector":"h1","type":"SelectorText"},{"id":"URL","multiple":false,"parentSelectors":["Links"],"regex":"","selector":".ml3 a","type":"SelectorText"}]}

Hi,

Here is a reference sitemap for opening the listing URLs:

{"_id":"exhibitors","startUrl":["https://exhibitors.ces.tech/8_0/#/searchtype/country/search/Canada/show/all"],"selectors":[{"delay":2000,"elementLimit":500,"id":"element-wrapper","multiple":true,"parentSelectors":["_root"],"selector":"#exhibitor-results .cards li","type":"SelectorElementScroll"},{"id":"link","linkType":"linkFromHref","multiple":false,"parentSelectors":["element-wrapper"],"selector":" .card-Title a","type":"SelectorLink"},{"id":"title","multiple":false,"parentSelectors":["link"],"regex":"","selector":"h1","type":"SelectorText"}]}