How to capture network logs in Har format in Python - Unittest framework?

How to capture network logs in Har format in Python - Unittest framework?

Hey Charity,

You need to pass two capabilities in order to capture network logs in HAR format in Unittest framework.

"network.har": true,

"network": true,

Using these, you may find a download button in network logs on LambdaTest automation dashboard to download logs or you can use API to fetch the same.