get_ws_frames
Retrieve captured WebSocket frames from Firefox. Filter by tab, direction, or URL pattern to analyze network traffic.
Instructions
Get captured WebSocket frames. Must call start_ws_capture first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max frames (default 100) | |
| tab_id | No | Filter by tab ID. Omit for all tabs. | |
| direction | No | Filter by frame direction | |
| url_pattern | No | Filter by connection URL pattern |