You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -336,13 +336,13 @@ so returned values have to be JSON-serializable.
336
336
337
337
### `lighthouse_audit`
338
338
339
-
**Description:** Get Lighthouse score and reports for accesibility, SEO and best practices.
339
+
**Description:** Get Lighthouse score and reports for accessibility, SEO and best practices.
340
340
341
341
**Parameters:**
342
342
343
-
-**device** (enum: "desktop", "mobile") _(optional)_: The device to [`emulate`](#emulate).
344
-
-**mode** (enum: "navigation", "snapshot") _(optional)_: "navigation" reloads the selected page and audits during the navigation. The "snapshot" mode analyzes the page in its current state.
345
-
-**outputDirPath** (string) _(optional)_: The directory to output the reports to. If not provided, temporary files will be created.
343
+
-**device** (enum: "desktop", "mobile") _(optional)_: Device to [`emulate`](#emulate).
0 commit comments