I am trying to access some private applications on LambdaTest, and I have the dedicated proxy whitelisted. However, some of the websites are not loading. How can I see the logs in the automation testing?
Hey Mark,
You can enable logs in your automation testing by passing capabilities like:
network: true
console: true.
Happy testing!