File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -378,7 +378,9 @@ saved.
378
378
- alias-python: record_har_path
379
379
- ` recordHarPath ` <[ path] >
380
380
381
- Path on the filesystem to write the HAR file to.
381
+ Enables [ HAR] ( http://www.softwareishard.com/blog/har-12-spec ) recording for all pages into the
382
+ specified HAR file on the filesystem. If not specified, the HAR is not recorded. Make sure to
383
+ call [ ` method: BrowserContext.close ` ] for the HAR to be saved.
382
384
383
385
## context-option-recordhar-omit-content
384
386
* langs: csharp, java, python
@@ -405,7 +407,8 @@ sure to await [`method: BrowserContext.close`] for videos to be saved.
405
407
- alias-python: record_video_dir
406
408
- ` recordVideoDir ` <[ path] >
407
409
408
- Path to the directory to put videos into.
410
+ Enables video recording for all pages into the specified directory. If not specified videos are
411
+ not recorded. Make sure to call [ ` method: BrowserContext.close ` ] for videos to be saved.
409
412
410
413
## context-option-recordvideo-size
411
414
* langs: csharp, java, python
You can’t perform that action at this time.
0 commit comments