Hello!
I try to test Ajax application with TrueClient-Firefox protocol. The same application uses the WebSocket protocol and I wish to log its messages for debug.
I enabled all possible logs: TC.setLogLevel("Extended",{ log_http : true, log_AUT: true, log_parameters: true});
it gives only WebSocket HTTP handshake in log but not the protocol messages.
Is it possible to log WebSocket messages in TrueClient solution?
Thank you!