Clickable Map by Region

I think to be close to the good configuration but i don't succeed.
Do you think you can help?
i need to click and scrap, everything on the same page.
I tried Element Click Selector but no Data previews.

Do you have a tip for me?
Url: https://www.restaurants-annuaire.fr/

Sitemap:
{"_id":"resto","startUrl":["https://www.restaurants-annuaire.fr/"],"selectors":[{"id":"departement","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"a[xlink\:href]:nth-of-type(n+75) path","multiple":true,"delay":0,"clickElementSelector":"[xlink\:href] path","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"}]}

This site seems to have some HTML errors, so WS would have problems picking out the selector. The site also uses server-side redirects which would be hard for WS to follow. Fortunately the URLs for each region's page can be found in the HTML.

So all you need to do is extract the URLs and build one sitemap which can scrape them all. WS supports multiple start URLs. I have already done the URL extraction and they are in the link below in a format ready for use in a WS sitemap:

Many Thanks, i try to do it.