Is there a way to programatically obtain the HTTP/2 logs from
chrome://net-internals/#http2
either through selenium or a commandline option?
I want to do automated tests with HTTP/2 and i am using selenium-chromedriver.
I know that you can access the perflogs from chromedriver, however those seem to hide many HTTP/2-specific things such as priority, or stream id.