Click to display field dont get scraped

Describe the problem. Phone number dont display before click. Sitemap map click by "link" and all data is scraped except phone which is null

Url: https://www.krak.dk/jutlander+bank/firmaer

Sitemap:
{id:"sitemap code"}
{"_id":"krak-jutlander","startUrl":["https://www.krak.dk/jutlander+bank/firmaer"],"selectors":[{"id":"next-pagination","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.nextPage","multiple":true,"delay":0},{"id":"link","type":"SelectorLink","parentSelectors":["_root","next-pagination"],"selector":".name a","multiple":true,"delay":0},{"id":"phone","type":"SelectorText","parentSelectors":["link"],"selector":"div.visible","multiple":false,"regex":"","delay":0},{"id":"address","type":"SelectorText","parentSelectors":["link"],"selector":".routing div:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"city","type":"SelectorText","parentSelectors":["link"],"selector":".routing div:nth-of-type(2)","multiple":false,"regex":"","delay":0}]}

Try this: {"_id":"krak-jutlander","startUrl":["https://www.krak.dk/jutlander+bank/firmaer"],"selectors":[{"id":"next-pagination","type":"SelectorLink","parentSelectors":["_root","next-pagination"],"selector":"a.nextPage","multiple":true,"delay":0},{"id":"link","type":"SelectorLink","parentSelectors":["_root","next-pagination"],"selector":".name a","multiple":true,"delay":0},{"id":"address","type":"SelectorText","parentSelectors":["phone-element-click"],"selector":".routing div:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"city","type":"SelectorText","parentSelectors":["phone-element-click"],"selector":".routing div:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"phone-element-click","type":"SelectorElementClick","parentSelectors":["link"],"selector":"div.Popup","multiple":true,"delay":2000,"clickElementSelector":"a.e-icon-phone","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueCSSSelector"},{"id":"phone","type":"SelectorText","parentSelectors":["phone-element-click"],"selector":"div.visible","multiple":false,"regex":"","delay":0}]}

Great thanks a lot for super fast reply, it works perfect!

How can I seperate the content in "City" field into 2 fields "Zipcode" and "City"

I noticed a problem when address has an extra line the city is not saved. How to save both address lines and only 1 when line 2 dont exist?

1 line address

2 line address