How to capture network logs in Har format in Python - Behave framework?
Hello Devan,
You need to pass two capabilities in order to capture network logs in HAR format.
"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.