Text behind click event

Describe the problem.

On this page there is a phone number that is hidden behind a click event. Once the element is clicked you get the whole text. I have tried to add a "Selector Element Click" but I am clearly not doing the correct thing. Can someone please explain steps i need to do to extract the phone number correctly.

Url: https://www.realestate.com.au/property-apartment-nsw-bondi+junction-141616320

Sitemap:
{"_id":"realestate","startUrl":["https://www.realestate.com.au/buy/in-bondi,+nsw+2026%3b+north+bondi,+nsw+2026%3b+bellevue+hill,+nsw+2023%3b+bondi+junction,+nsw+2022/list-[1-6]?includeSurrounding=false&source=refinement"],"selectors":[{"id":"property_link","multiple":true,"parentSelectors":["pageLink"],"selector":"a.residential-card__details-link","type":"SelectorLink"},{"id":"pageLink","multiple":true,"parentSelectors":["_root"],"selector":"a.ButtonBase-sc-18zziu4-0:nth-of-type(n+2)","type":"SelectorLink"},{"id":"PropertyName","multiple":false,"parentSelectors":["property_link"],"regex":"","selector":"h1","type":"SelectorText"},{"id":"Beds","multiple":false,"parentSelectors":["property_link"],"regex":"","selector":"[aria-label='3 bedrooms'] p","type":"SelectorText"},{"id":"Bath","multiple":false,"parentSelectors":["property_link"],"regex":"","selector":"[aria-label='3 bathrooms'] p","type":"SelectorText"},{"id":"Cars","multiple":false,"parentSelectors":["property_link"],"regex":"","selector":"[aria-label='2 parking spaces'] p","type":"SelectorText"},{"id":"CarsV2","multiple":false,"parentSelectors":["property_link"],"regex":"","selector":"div.property-features__feature:nth-of-type(1) span","type":"SelectorText"},{"id":"LandSize","multiple":false,"parentSelectors":["property_link"],"regex":"","selector":"div.property-features__feature:nth-of-type(2) span","type":"SelectorText"},{"id":"Type","multiple":false,"parentSelectors":["property_link"],"regex":"","selector":"span.property-info__property-type","type":"SelectorText"},{"id":"Address","multiple":false,"parentSelectors":["property_link"],"regex":"","selector":"span.property-description__address","type":"SelectorText"},{"id":"Agency","multiple":false,"parentSelectors":["property_link"],"regex":"","selector":".contact-agent-panel__traffic-driver a","type":"SelectorText"},{"id":"Agent1","multiple":false,"parentSelectors":["property_link"],"regex":"","selector":".contact-agent-panel li:nth-of-type(1) a.LinkBase-sc-12oy0hl-0","type":"SelectorText"},{"clickElementSelector":".contact-agent-panel li:nth-of-type(1) span.phone__number-text","clickElementUniquenessType":"uniqueText","clickType":"clickMore","delay":2000,"discardInitialElements":"do-not-discard","id":"Agent1Phone","multiple":false,"parentSelectors":["property_link"],"selector":".contact-agent-panel li:nth-of-type(1) span.phone__number-text","type":"SelectorElementClick"},{"id":"Agent2","multiple":false,"parentSelectors":["property_link"],"regex":"","selector":".contact-agent-panel li:nth-of-type(2) a.LinkBase-sc-12oy0hl-0","type":"SelectorText"},{"clickElementSelector":".contact-agent-panel [title] span.phone__number-text","clickElementUniquenessType":"uniqueText","clickType":"clickMore","delay":2000,"discardInitialElements":"do-not-discard","id":"Agent2Phone","multiple":false,"parentSelectors":["property_link"],"selector":".contact-agent-panel li:nth-of-type(2) span.phone__number-text","type":"SelectorElementClick"}]}

@iperez any luck figuring this out?

@j_how @iperez The phone numbers can be extracted without executing the click as they are natively embedded within the page's HTML.

Sitemap example:

{"_id":"phone-click-test","startUrl":["https://www.realestate.com.au/property-apartment-nsw-bondi+junction-141616320"],"selectors":[{"extractAttribute":"href","id":"phone-nr","parentSelectors":["_root"],"selector":".contact-agent-panel li.agent-info__agent div.phone:visible a[href*=\"tel:\"]","type":"SelectorGroup"}]}