Using the IWebBrowser2 interface is pretty easy to know when the navigation (OnBeforeNavigate) and the completion (OnDocumentComplete) were performed. However, most of the work in browsers is done through Ajax calls (which use XMLHttpRequest).
Is there a way to subscribe to event tracking when an Ajax call has occurred and ended in IE?
source share