How to Get Inspect Element Content using C#
Hello fellow guys.
I have big problem. I want to get all images from URL but the image is not showed in the source, I can see it only with Inspect Element in Chrome/Firefox. Is there anyway, in C# or VB.NET to get the contents of Inspect element of the page?
Cheers!
Re: How to Get Inspect Element Content using C#
The image must be in the source, how else does the browser know what to display? It could be that that source of the image is set by javascript, but still is in the source.