I use browser automation to test websites, but I need to check HTTP requests from the browser (i.e. images, external scripts, XmlHttpRequest objects). Is there a way to programmatically create an instance of a proxy server or a batch browser for use by the browser to find out what sends it?
I already use Fiddler to view traffic, but I need something that is UI-less, which I can use with continuous build integration.
Is it easy to get HTTP-specific information from WinpCap?
source
share