Looking for a solution to load a webpage, analyze page load time and network call statistics using tools like Selenium. I'm interested in obtaining similar information as Chrome DevTools Network tab, including details on request status, type, size, and timing.
https://i.sstatic.net/wFPph.png
I attempted to use Lighthouse with performance audit configuration but noticed discrepancies between the report generated by Lighthouse and Chrome DevTools Network tab. More information on this issue can be found here.
Are there any JavaScript libraries available that could assist with this task?