Skip to content

Commit bbcf7c9

Browse files
committed
Recommend multi --har-zip for larger pages, closes #170
1 parent 1e3e143 commit bbcf7c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/multi.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ Similar to the {ref}`shot-scraper har command<har>`, `shot-scraper multi` can op
118118

119119
Add the `--har` flag to record all requests and responses to a `trace.har` JSON file, or `--har-zip` for a `trace.har.zip` file. Use `--har-file filename.har` to provide a path to a custom filename - this will be recorded as JSON or zip depending on the file extension.
120120

121-
For example:
121+
If you are running this against a larger number of pages you should use `--har-zip` to avoid the JSON HAR file growing so large that it causes Playwright to crash.
122+
123+
This example:
122124

123125
```bash
124126
shot-scraper multi shots.yml --har

0 commit comments

Comments
 (0)