Timing metrics through IwebBrowser2
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
We use IwebBrowser2 to Navigate to different pre-recorded urls. We create an instance on internet explore and then play back the urls to that particular window handle. However,this does not allow us to perform or measure the different stages independently like connect time,first-byte time etc. WinInet and winsock probably allows us to time these individual activities . But I am not sure whether they can be used to direct request to a particular windown handle(HWND) object. Is there some way to use the handle retrieved from IwebBrowser2 to perform the individual stages like connect,send,receive etc using iwininet or winsock? or does IwebBrowser give APIs to perform these activites individually?