Thank you for your reply. Am I correct in my understanding of what you wrote, when I say that it is Chromium that lacks hooks for ChromeDriver to tap into?
Since this is a flag that used to be disabled by default in DevTools, and is now enabled in DevTools from version 39, one might be tempted in thinking that trying to expose a toggle flag through a command line switch or similar would be quite feasible. I haven't dabbled in C++ for years, though, so I'm not all that tempted right now :-)
I managed to scratch my itch using the `stackdriver-cli` tool I cobbled together, so it will have to do for now.
Regards