I am trying to get the value of the notarisation_url value within the 'dd itemprop'
I tried this javascript code, but its not working. It retruns undefined.
I hope someone could help me with this.

I tried this javascript code, but its not working. It retruns undefined.
Code:
const els = [document.getElementsById('wrap')];
props = els.filter(x => !!x.getAttribute('notarisation_url'));
console.log(props)
I hope someone could help me with this.
