browsermob-proxy
browsermob-proxy copied to clipboard
Har result missing particular entries
Hello, I am wondering what are rules for "GetHar()"? When I used chrome DevTool to see network entries, it shows 14 XHR entries. However when I use browser mob proxy + selenium to run the same page, it only gave me few XHR entries ( highlighted in yellow are always missed). Any idea?
Update: I assumed that happened because those missed entries are "disk cache". Any idea to let http web request to capture cache data? I've tried change HttpRequestCacheLevel but no luck so far.
I am having this issue currently, is there any way to list all entries even if they are coming from disk cache?