I have a wpf desktop application that contains an embedded IE browser that received continuous ajax updates. I need to measure the HTML page rendering time but unable to use the DHTML DOM object method such as readystate because the page is always in busy state. Is there a way to know that the page has completed loading and not be affected by the ajax updates? Is there a tool that gives this capability? Thanks.