I'm a looking for a way to load a page (e.g. using selenium), measure page load timing and statistics on network calls. i.e. Similar information of what we could get from Chrome devtools network tab: request status, type, size, time, etc.
I have tried with lighthouse using the performance audit configuration. But I found un-consistency between the report generated by lighthouse and Chrome devtools network tab, see discussion on this thread.
Is there js library that could be used for this purpose?