Well it is definitely way faster than the built-in Web-Browser component of .Net Framework.
But is Awesomium slower than HttpWebRequest? Are there any drawbacks?
Right now I’m choosing Awesomium over HttpWebRequest because Awesomium has scripting support which is just what I needed for interacting with HTML forms.
I understand it is possible to submit HTML forms with HttpWebRequest via POST, however my target HTML forms have some heavy loaded AJAX stuff that deals with the input elements along with a couple of javascript encryptions on the input data (which droved me nuts).
So my question is, are there any disadvantages of using Awesomium?
Thank you for your time.
you may use awesomium to detect where and what to put into httpwebrequest. Like what you’ve said, awesomium is a third party program so it could take longer time than other library.