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
**Description:** Get Lighthouse score and reports for accesibility, SEO and best practices.
45
-
46
-
**Parameters:**
47
-
48
-
-**device** (enum: "desktop", "mobile") _(optional)_: The device to [`emulate`](#emulate).
49
-
-**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.
50
-
-**outputDirPath** (string) _(optional)_: The directory to output the reports to. If not provided, temporary files will be created.
51
-
52
-
---
53
-
54
39
## Input automation
55
40
56
41
### `click`
@@ -338,6 +323,18 @@ so returned values have to be JSON-serializable.
338
323
339
324
---
340
325
326
+
### `lighthouse_audit`
327
+
328
+
**Description:** Get Lighthouse score and reports for accesibility, SEO and best practices.
329
+
330
+
**Parameters:**
331
+
332
+
-**device** (enum: "desktop", "mobile") _(optional)_: The device to [`emulate`](#emulate).
333
+
-**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.
334
+
-**outputDirPath** (string) _(optional)_: The directory to output the reports to. If not provided, temporary files will be created.
335
+
336
+
---
337
+
341
338
### `list_console_messages`
342
339
343
340
**Description:** List all console messages for the currently selected page since the last navigation.
0 commit comments