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?

1 Answer 1

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.

1
  • 1
    ah sadly I can't use a proxy / extension of any kind. I am using selenium grid Commented Jun 14, 2016 at 14:04

Not the answer you're looking for? Browse other questions tagged or ask your own question.