How to capture Network logs in HAR format with Gauge framework?

How to capture Network logs in HAR format with Gauge framework?

Hi Devan!

To capture the Network logs in HAR format using Gauge framework, you need to use the below desired capability in your test scripts.

ltOptions.put("network", true);

You can also download the HAR logs from the LambdaTest Automation Dashboard.