In LambdaTest, how do I access automation logs for private applications with a dedicated proxy when specific websites don't load?

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! :blush::bar_chart::desktop_computer: