Hello, guys, I have issue with scraping from the popup of the website
I would need to scrape data from the popup
And I Was using "popup link selector" but looks like it stops and not scraping data.
Below is my site map
{"_id":"messe","startUrl":["https://www.hannovermesse.de/en/side-events/speakers/index-2"],"selectors":[{"id":"user","parentSelectors":["_root"],"type":"SelectorElement","selector":"div.exhibitor-list-snippets:nth-of-type(2) section:nth-of-type(1)","multiple":false,"delay":0},{"id":"link","parentSelectors":["user"],"type":"SelectorPopupLink","selector":"div.grid-x","multiple":false,"delay":0},{"id":"name","parentSelectors":["link"],"type":"SelectorText","selector":"h1.set-600-bold","multiple":false,"delay":0,"regex":""}]}
Thnak you for the help

