I found out tat the new version of selenium rc has a command to capture network traffic. Its in the nightly snapshots and will be available in the 1.0 version I believe.
- Rafal
RafalK wrote:
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.