嘗試抓websocket的包,遇上一個(gè)奇葩的問題,分享下。
測試網(wǎng)站如下http://websocket.org/echo.html
chrome抓websocket的包很簡單
- 打開
http://websocket.org/echo.html - connect ,send,可以在前端看到輸出
- 打開chrome開發(fā)者工具,可以看到已經(jīng)有websocket的連接
然而...啥都沒有...

啥都沒有
很迷,看了許久,搜了很多地方,換了電腦,升級了最新版本,依舊啥都沒有...
終于,在StackOverflow 上找到了靠譜的回答...
To clarify the bottom "frame details panel" completely hides the "frames list" panel, unless you hover your mouse under the column sorting tab and drag down.
呵呵呵... 拉下來就好了...

呵呵呵