Hi Experts,
Any one of you ever worked on web_websocket_connect and web_websocket_send functions ?
I am new to these functions and need your help.
web_websocket_connect("ID=0",
"Buffer=\"CommandName\":\"CMDGETOBJ\",\"Token\":\"11375426#0"}",
"IsBinary=0",
LAST);
You can see some token number in my script. Do i have to correlate that ? This token values is generated in "WebSocketBuffer.h" during recording. If the value really need to correlate then how to get the boundaries for it ? i didn't find any token value in replay log or code generation log or snapshot etc. I can see this value only in "WebSocketBuffer.h" . Please help