Infobel display phone

Hi,
im trying to get the phone number on infobel, i know i should use click element but it is not working
this is my sitemap

{"_id":"infobeldetails2","startUrl":["https://www.infobel.com/en/germany/gerds_backstube/gutersloh/DE100152735-0524112916/businessdetails.aspx","https://www.infobel.com/en/germany/volker_meier_backerei_konditorei/gutersloh/DE100152756/businessdetails.aspx","https://www.infobel.com/en/germany/birkholz/gutersloh/DE105379571-052419985650/businessdetails.aspx","https://www.infobel.com/en/germany/thiesies_jurgen/gutersloh/DE104232144-0524196840/businessdetails.aspx","https://www.infobel.com/en/germany/birkholz_gmbh/gutersloh/DE100164383-05209704989/businessdetails.aspx","https://www.infobel.com/en/germany/burenkemper/gutersloh/DE102140470-052412202999/businessdetails.aspx","https://www.infobel.com/en/germany/b_burenkemper_gmbh_co_kg/gutersloh/DE104795410-05209919777/businessdetails.aspx","https://www.infobel.com/en/germany/liening_gmbh_backhaus_filiale/gutersloh/DE102140646-0524175366/businessdetails.aspx","https://www.infobel.com/en/germany/gerds_backstube/gutersloh/DE104232107-052412124695/businessdetails.aspx","https://www.infobel.com/en/germany/reker_gmbh/gutersloh/DE106218241-052419979606/businessdetails.aspx"],"selectors":[{"id":"name","type":"SelectorText","parentSelectors":["_root"],"selector":"h2.customer-item-name","multiple":false,"regex":"","delay":0},{"id":"address","type":"SelectorText","parentSelectors":["_root"],"selector":".highlighted span.detail-text","multiple":false,"regex":"","delay":0},{"id":"website","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.customer-info-detail[target]","multiple":false,"delay":0},{"id":"email","type":"SelectorText","parentSelectors":["_root"],"selector":"div.customer-details-online-metadata-text:contains("@")","multiple":false,"regex":"","delay":0},{"id":"phone","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.customer-item-inner","multiple":false,"delay":"4000","clickElementSelector":"span.detail-text:contains("phone")","clickType":"clickOnce","discardInitialElements":"discard-when-click-element-exists","clickElementUniquenessType":"uniqueText"}]}

what am i missing?
thanks!

Try this:

{"_id":"forum-infobel","startUrl":["https://www.infobel.com/en/germany/gerds_backstube/gutersloh/DE100152735-0524112916/businessdetails.aspx"],"selectors":[{"id":"Company","type":"SelectorText","parentSelectors":["_root"],"selector":"h2.customer-item-name","multiple":false,"regex":"" },{"id":"Click Display phone","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.customer-info-details","multiple":false,"delay":"2200","clickElementSelector":"a[id^='click-phone'] span.detail-text","clickType":"clickOnce","discardInitialElements":"discard-when-click-element-exists","clickElementUniquenessType":"uniqueText"},{"id":"Phone","type":"SelectorText","parentSelectors":["Click Display phone"],"selector":"div[id^='phones-region'] span[class$='icon-phone'] + span.detail-text","multiple":false,"regex":"" }]}

Hi @leemeng !
thanks a lot! working great! :rocket:
:smiley: