How can I get Network logs in HAR format which is in JSON format currently?

Hello, I can see the network logs in JSON format but I want to read it in HAR format. Please help!

Hello Brett, Hope you doing well! you can fetch the network logs in HAR format by just passing

Network: true and Network.har:true in your test code in desired capability.

This will give you the network log in HAR format

Happy helping!

1 Like