Scrape from Interactive map - Cant find correct element click

Describe the problem.

Hi,

Once again I have struggle finding the correct sitemap to scrape interactive map on this website : https://www.petitsmoulinsdefrance.fr/les-moulins/
When you click on each pin, you have acces to adresse, email...

I have tried using element click but I cant find the correct trigger to select all the data.

Someone can help please ? :slight_smile:

Thank you,

Sitemap:
{"_id":"moulinsdefrance","startUrl":["https://www.petitsmoulinsdefrance.fr/les-moulins/"],"selectors":[{"id":"Element Click","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"[tabindex] > div > div:nth-of-type(1) > div:nth-of-type(4)","multiple":true,"delay":0,"clickElementSelector":"[tabindex] > div > div:nth-of-type(1) > div:nth-of-type(4)","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"name","type":"SelectorText","parentSelectors":["Element Click"],"selector":"div.fc-item-title","multiple":false,"regex":"","delay":0},{"id":"all info","type":"SelectorText","parentSelectors":["Element Click"],"selector":"address > b","multiple":false,"regex":"","delay":0}]}

As I understand correctly - you want to select all data with only one selector?