I need a script to read the value of a collapsible property in the DOM.
As an example, I have an html page like this:
These are the elements:
Finally I need to read position 2 (value:147) of the array into the property:ngContext
I tried: document.getElementById('caja5')._ngContext_ // undefined
Thank you very much