2

I am using LogType.WebBrowser, LogLevel.All to capture console output from Chrome's console output window

But for some reason, I am not capturing the XHR messages under the 'Debug' tab

Can anyone tell me why, I can't capture these XHR logs?

Code Rocker
  • 500
  • 4
  • 15

1 Answers1

1

You can capture XHR from the HAR using BrowserMob-Proxy

BrowserMob Proxy is a simple utility that makes it easy to capture performance data from browsers, typically written using automation toolkits such as Selenium and Watir.

Gideon Pyzer
  • 22,610
  • 7
  • 62
  • 68