lighthouse_audit
Run Lighthouse audits for accessibility, SEO, best practices, and agentic browsing on a specified page, generating reports without performance metrics.
Instructions
Get Lighthouse score and reports for accessibility, SEO, best practices, and agentic browsing. This excludes performance. For performance audits, run performance_start_trace
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | "navigation" reloads & audits. "snapshot" analyzes current state. | navigation |
| device | No | Device to emulate. | desktop |
| pageId | Yes | Targets a specific page by ID. | |
| outputDirPath | No | Directory for reports. If omitted, uses temporary files. |