How to scrape WhatsApp & Emails hidden in the html code?

:man_beard:Hello, experts! How can one parse the data of WhatsApp and emails if they are not displayed visually, but are only hidden in the html code of the page - for example, from this site: https://uslugi.yandex.ru/profile/TekhcentrGarant-2112312?isPromotion=1&msp=no&occupationId=%2Fremont-avto&specId=5128 how to parse the whatsapp number and email - after clicking on the chat button "Чат"?

@Vlad Hello, try using an 'Element click' in a combination with 'Link' selector:

{"_id":"test-yandex-2","startUrl":["https://uslugi.yandex.ru/profile/TekhcentrGarant-2112312?isPromotion=1&msp=no&occupationId=%2Fremont-avto&specId=5128"],"selectors":[{"clickElementSelector":"button:contains(\"Чат\")","clickElementUniquenessType":"uniqueHTMLText","clickType":"clickOnce","delay":2000,"discardInitialElements":"discard-when-click-element-exists","id":"click-chat","multiple":true,"parentSelectors":["_root"],"selector":"body","type":"SelectorElementClick"},{"extractAttribute":"href","id":"e-mail","multiple":false,"parentSelectors":["_root"],"selector":"a.SocialLinkList-public_email","type":"SelectorElementAttribute"},{"id":"wpp-pop-up","multiple":false,"parentSelectors":["_root"],"selector":".SocialLinkList-whatsapp","type":"SelectorLink"},{"id":"wpp-number","multiple":false,"parentSelectors":["wpp-pop-up"],"regex":"","selector":"h2 > p span","type":"SelectorText"}]}