I have CefSharp (WinForms) to display a browser for UI Testing. I want to implement some functionality to automatically save the network requests as HAR File - similar to chrome devtools, when you access the network tab.
I could not figure out if this is possible using some of the handlers in the CefSharp.WinForms.ChromiumWebBrowser (for example by implementing RequestHandler). But there I do not see any timing information.