How to grab Network data from DevTools using BrowserLibray

Hey everyone,

I’m trying to set up my tests so that they get logs from the Console and Network tabs in DevTools and save them in the log file after execution, when they are failed. I used “Get Console Log” in order to grab Console logs, and it works perfect! Could you help me with grabbing Network data from DevTools, please, can I do it using BrowserLibrary right now?