I have a site that generates a pop-up when you click on every data row. Tried it with the Link Selector and the popups showed during scraping. No data scraped however. The documentation says " If the site creates a visual popup but not a real window then you should try Element click selector" so I tried that. Same phenomenon.
URLs obfuscated for privacy reasons (also in sitemap). Replace [dot] with .
Url: https://boot-holland[dot]nl/deelnemers-en-plattegrond
Sitemap:
{"_id":"boot-holland","startUrl":["https://boot-holland[dot]nl/deelnemers-en-plattegrond"],"selectors":[{"id":"Data Block","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.wtc-modal-window","multiple":true,"delay":"1000","clickElementSelector":".display td.company","clickType":"clickMore","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"Exposant","type":"SelectorText","parentSelectors":["Data Block"],"selector":"span#modal-label","multiple":false,"regex":"","delay":0},{"id":"Plaats","type":"SelectorText","parentSelectors":["Data Block"],"selector":"span#modal-city","multiple":false,"regex":"","delay":0},{"id":"Website","type":"SelectorLink","parentSelectors":["Data Block"],"selector":"a#modal-website","multiple":false,"delay":0}]}