get_firefox_output
Retrieve recent Firefox browser output including warnings, crashes, and logs. Filter by string, time, or line count to focus on specific issues.
Instructions
Retrieve Firefox output (stdout/stderr including MOZ_LOG, warnings, crashes, stack traces). Returns recent output from the capture file. Use filters to focus on specific content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grep | No | Filter log lines containing this string (case-insensitive) | |
| lines | No | Number of recent log lines to return (default: 100, max: 10000) | |
| since | No | Only show logs written in the last N seconds |