File tree Expand file tree Collapse file tree
skills/chrome-devtools-cli Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ chrome-devtools lighthouse_audit --mode snapshot
7575By default, the CLI outputs a human-readable summary of the tool's result. For programmatic use, you can request raw JSON:
7676
7777``` sh
78- chrome-devtools list_pages --format=json
78+ chrome-devtools list_pages --output- format=json
7979```
8080
8181## Troubleshooting
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ chrome-devtools <tool> [arguments] [flags]
4444- ** Optional Arguments** : Passed as flags (e.g., ` --filePath ` , ` --fullPage ` ).
4545- ** --help** : Each command supports ` --help ` for details about arguments.
4646
47- Each command accepts ` --format=json ` to output in JSON format. The default format is Markdown (` md ` ).
47+ Each command accepts ` --output- format=json ` to output in JSON format. The default format is Markdown (` md ` ).
4848
4949## Input Automation (<uid > from snapshot)
5050
You can’t perform that action at this time.
0 commit comments