Sitemap with element click

How would be the exact configuration to get a phone number that appears inside each li.lawyer after clicking on .profile-telephones on .profile-tel div?

Url: https://www.jusbrasil.com.br/advogados/pr-curitiba/?rand=26930&p=11

Sitemap:
{"_id":"jusbrasil-curitiba","startUrl":["https://www.jusbrasil.com.br/advogados/pr-curitiba/?rand=26930&p=11"],"selectors":[{"id":"nome","type":"SelectorText","parentSelectors":["_root"],"selector":".lawyer .title h4 a","multiple":true,"regex":"","delay":0},{"id":"ver-telefone","type":"SelectorElementClick","parentSelectors":["_root"],"selector":".lawyer","multiple":true,"delay":"4000","clickElementSelector":".profile-telephones","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"phone","type":"SelectorText","parentSelectors":["ver-telefone"],"selector":".profile-tel","multiple":true,"regex":"","delay":"4000"}]}

Here is the map but many of them do not have numbers

{"_id":"jusbrasil-curitiba","startUrl":["https://www.jusbrasil.com.br/advogados/pr-curitiba/?rand=26930&p=[1-50]"],"selectors":[{"id":"Element Select","type":"SelectorElement","parentSelectors":["_root"],"selector":"li.lawyer","multiple":true,"delay":0},{"id":"Name","type":"SelectorText","parentSelectors":["Element Select"],"selector":"a font font","multiple":false,"regex":"","delay":0},{"id":"Phone","type":"SelectorText","parentSelectors":["Element Select"],"selector":".telephones","multiple":false,"regex":"","delay":0},{"id":"Address 2","type":"SelectorText","parentSelectors":["Element Select"],"selector":".addresses","multiple":false,"regex":"","delay":0}]}

That didn`t work? Any other idea in order to get just the name with the first phone number in the list after clicking? Thank you!

There is an element click on the process I believe was not covered by the given code. Could someone help me up on that, please?
Thank you very much!