AutomatedTester.BrowserMob icon indicating copy to clipboard operation
AutomatedTester.BrowserMob copied to clipboard

.NET Library for working with BrowserMob proxy

Results 9 AutomatedTester.BrowserMob issues
Sort by recently updated
recently updated
newest added

- Added an optional parameter in NewHar() method to capture body content of HTTP requests. ``` /// /// /// /// /// Whether to capture body content of requests or not...

I can successfully get URL, size and timing, etc. But I couldn't get any HTTP request/response content (always null in request.POSTDATA field.) Anyone knows how to solve this issue? Thanks!

see this topic: https://groups.google.com/forum/#!topic/browsermob-proxy/3nlJVR_YQoo

I have other things to add but this is a start.

I am unable to capture pagetimings. I am unable to end page after creating newPage().

Hi, I needed to tell browsermob to trustAllServers in order access a local ssl site in the down evnironment with self-signed certs. After reading all the docs about it i...

I've been having an issue driving both browsermob-proxy-2.1.0-beta-3 and browsermob-proxy-2.1.0-beta-4 with AutomatedTester namely that .Stop() is not terminating the java side of things nor is it terminating the CMD side...

Hello! I found that Java's version has 'addResponseFilter' method to deal with it. Is this possible in C# version? Cant find it :(

- expose ProxyPort, BrowserMobHost, BrowserMobPort as readonly properties - reference Newtonsoft.Json with nuget - prepare for publishing as nuget package