Get final HTML content after javascript finished by Open Webkit Sharp
问题 I'm writing a software that gets the content from URL. When working on that, I run into to problem that I can not get exactly the HTML content after the java script finished. There are some websites that renders HTML by java-script, some do not support browsers which does not run js. I tried using System.Windows.Controls.WebBrowser with WebBrowser.Document in LoadCompleted but no luck. After that, I tried the OpenWebkitSharp library. On the UI, it showes the content of website correctly, but