I made Asp.Net web page with <iframe>
<body>
<iframe src="http://example.com"></iframe>
</body>
When i inspect that page in Chrome, i recive some message in console console
I need grab that message and when find specific text do some staff in my web page.
Any solution is welcome.