Vb.net Webbrowser: Html Of Documenttext Is Inaccurate, Compared To Inspecting Elements In A Browser
I'm trying to read messages sent by strangers on Omegle. A random 'chat with strangers' website. I've displayed the DocumentText of my webbrowser (called Omegle) in a textbox calle
Solution 1:
The content is written out dynamically using JavaScript. So it isn't part of the page source itself, but is part of the "state" of the page.
See this answer for some details. How to get rendered html (processed by Javascript) in WebBrowser control?
Post a Comment for "Vb.net Webbrowser: Html Of Documenttext Is Inaccurate, Compared To Inspecting Elements In A Browser"