Scraping a profesional listing with popups

Hello to all, greetings, and thanks in advance for your time.

I am a beginner in terms of scraping, and I can't get things working on a case that seems rather simple.

As a practice, i am trying to scrape this profesional listing
Url: https://www.omnes.fr/page/632267-praticiens-naturopathe-omnes

First, landing on this page, I would like to get the adresses of the 100 first profesionals displayed on the landing page, where the map is present.

Sitemap:
{"_id":"annuaireOMNES","startUrl":["https://www.omnes.fr/page/632267-praticiens-naturopathe-omnes"],"selectors":[{"id":"ficheNaturo","parentSelectors":["_root"],"type":"SelectorPopupLink","selector":"img.icoMore32Dark","multiple":true,"delay":0},{"id":"adresseNaturopathe","parentSelectors":["ficheNaturo"],"type":"SelectorText","selector":"div#addressContent","multiple":false,"delay":0,"regex":""}]}

Am I wrongly opting for the "popup link" selector?

Thanks in advance for your help,