Problem with element click selector and hierarchy

Hi there,
I want to scrap all the data in this page with the several fields: city, shop name and address.
In data preview I can see everything but unfortunately when I scrape I haven't any result :((

Best regards,
Nicolas.

Url: https://www.lacoladaprimus.com/es/locales-lacolada-lavanderias-autoservicio

Sitemap:
{"startUrl":"https://www.lacoladaprimus.com/es/locales-lacolada-lavanderias-autoservicio","selectors":[{"parentSelectors":["_root"],"type":"SelectorElementClick","multiple":true,"id":"provincia","selector":"div.panel.panel-default","clickElementSelector":"div#heading1.panel-heading a","clickElementUniquenessType":"uniqueText","clickType":"clickMore","discardInitialElements":false,"delay":""},{"parentSelectors":["provincia"],"type":"SelectorElement","multiple":true,"id":"element1","selector":"div.panel-collapse.in div.panel-body","delay":""},{"parentSelectors":["element1"],"type":"SelectorText","multiple":true,"id":"city","selector":"p.thead","regex":"","delay":""},{"parentSelectors":["element1"],"type":"SelectorElement","multiple":true,"id":"element2","selector":"tr","delay":""},{"parentSelectors":["element2"],"type":"SelectorText","multiple":false,"id":"name","selector":"td:nth-of-type(1) p","regex":"","delay":""},{"parentSelectors":["element2"],"type":"SelectorText","multiple":false,"id":"address","selector":"td p a","regex":"","delay":""}],"_id":"lacoladaprimus"}

Hi
it is not possible to scrap data for this site because it use popup

This site doesn't use pop up nop.

hi

it is the same problem as this one bellow, it is not possible:

I'm having difficulty in scraping from a drop down menu.

Can someone suggest a fix for having the scrape pull? Thank you!

Url: http://nigeriapostcode.com.ng/index.php/welcome8

Sitemap:
{"_id":"tee","startUrl":["http://nigeriapostcode.com.ng/"],"selectors":[{"id":"state","type":"SelectorElementClick","selector":"tr:contains('State')2 select.field","parentSelectors":["_root"],"multiple":false,"delay":"2000","clickElementSelector":"tr:contains('State') select.field","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueHTMLText"},{"id":"Town","type":"SelectorElementClick","selector":"td#town_td select.field","parentSelectors":["_root"],"multiple":false,"delay":"","clickElementSelector":"td#town_td select.field","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueHTMLText"},{"id":"Area","type":"SelectorElementClick","selector":"tr:contains('Area') select.field","parentSelectors":["_root"],"multiple":false,"delay":"","clickElementSelector":"tr:contains('Area') select.field","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueHTMLText"},{"id":"Get","type":"SelectorElementClick","selector":"button","parentSelectors":["_root"],"multiple":false,"delay":"","clickElementSelector":"button","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueHTMLText"},{"id":"result","type":"SelectorText","selector":"div#postcode_result > div:nth-of-type(1) > div","parentSelectors":["_root"],"multiple":false,"regex":"","delay":""}]}