How can I retrieve network logs when the program establishes a WebSocket connection during web automation?

How can I retrieve network logs when the program establishes a WebSocket connection during web automation?

Hi Rebecca,

To retrieve network logs during web automation when the program establishes a WebSocket connection on Windows, you can set the bypassWebsocket property to true in your network configuration.

"networkConfig": {
  "bypassWebsocket": true
}