Capture http traffic/response times
I am looking for a way to capture the HTTP response times, return codes, etc for all of the page components (HTML, css, js, and AJAX calls). Since everything is going through a proxy that comes with Selenium RC I should be able to extend the proxy code to capture those metrics. Any info on where exactly this can be done would be greatly appreciated. Thanks.