How do you get a from within an ?
from within an ?
Below code will help you to find out iframe data.
let iframe = document.getElementById('frameId'); let innerDoc = iframe.contentDocument || iframe.contentWindow.document;