How to retrieve network logs when establishing a web socket connection during web automation?

When a web socket connection is being established by the software during web automation, how can the network logs be retrieved?

Hi Helen,

To bypass web socket connections on Windows and retrieve network logs, you can use the following configuration:

"networkConfig": {
"bypassWebsocket": true
}