1

Following the discussion over at:

WebBrowser and javascript

It was revealed that the "view source" is different than the actual page after javascript execution, because "view source" is what the server sent to the browser and does not account for any javascript changes that happened on the page.

As you know already, the WebBrowser.DocumentText shows the same source as "view source" in a browser.

So my question is, what is the proper way (if any) to show the actual source code after any javascript has executed?

Thanks!

Community
  • 1
  • 1
TheGateKeeper
  • 4,420
  • 19
  • 66
  • 101
  • maybe this will help though it has no accepted answers.. http://stackoverflow.com/questions/635948/c-sharp-webbrowser-control-get-document-elements-after-ajax – Shekhar_Pro Mar 10 '12 at 11:15

0 Answers0