Phone numbers from pop-up (not iframe)

Hi there.

This should be easy, but for some reason I cannot make it work.
I am trying to scrape the phone numbers appearing in a non-iframe pop-up from all the elements in the page.
When trying to select the SelectorText of the phone numbers, it routes me to a callto (html) and I can't find out the correct route. I tried checking Elements and writing down several combinations but no luck.
For the ReCaptcha thing I set a delay of 5000ms+plugin
Thanks.

Url: https://empresas.habitissimo.es/electricistas#directory-wrapper

Sitemap:
{"id":"habitissimo_test(no-funciona)","startUrl":["https://empresas.habitissimo.es/electricistas#directory-wrapper"],"selectors":[{"id":"element","type":"SelectorElement","parentSelectors":["_root"],"selector":"article[itemprop='broker']","multiple":true,"delay":0},{"id":"click","type":"SelectorElementClick","parentSelectors":["element"],"selector":"a.btn-secondary","multiple":false,"delay":"5000","clickElementSelector":"a.btn-secondary","clickType":"clickOnce","discardInitialElements":"discard","clickElementUniquenessType":"uniqueText"},{"id":"telf1","type":"SelectorText","parentSelectors":["click"],"selector":"div.bootbox div.modal-body ul.phone-list","multiple":false,"regex":"","delay":0}]}