Extract data from cross-domain iframe

It's possible to extract iframe content by using DevTools.

Cross-site content can’t be read by JavaScript. No major browser will allow you to do that.

Therefore, we will open Edge DevTools and select an iframe element to be able to copy the content to the clipboard. Then by using regular expression, it’s possible to extract data from any html element.

PAG Admin
Also See These Flows