browser_websocket_messages
List captured WebSocket frames to inspect sent and received messages in real time, helping debug game battle packets and reverse engineer live network traffic.
Instructions
List captured WebSocket frames (sent/received messages in real-time). Essential for game battle packets and real-time reverse engineering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max messages to return | |
| direction | No | Filter by direction: 'sent' or 'received' (optional) |