docs(options): clarify recordHarPath and recordVideoDir behavior (#5923)
This commit is contained in:
parent
ca35da0a33
commit
8f1d03f846
|
|
@ -378,7 +378,9 @@ saved.
|
||||||
- alias-python: record_har_path
|
- alias-python: record_har_path
|
||||||
- `recordHarPath` <[path]>
|
- `recordHarPath` <[path]>
|
||||||
|
|
||||||
Path on the filesystem to write the HAR file to.
|
Enables [HAR](http://www.softwareishard.com/blog/har-12-spec) recording for all pages into the
|
||||||
|
specified HAR file on the filesystem. If not specified, the HAR is not recorded. Make sure to
|
||||||
|
call [`method: BrowserContext.close`] for the HAR to be saved.
|
||||||
|
|
||||||
## context-option-recordhar-omit-content
|
## context-option-recordhar-omit-content
|
||||||
* langs: csharp, java, python
|
* langs: csharp, java, python
|
||||||
|
|
@ -405,7 +407,8 @@ sure to await [`method: BrowserContext.close`] for videos to be saved.
|
||||||
- alias-python: record_video_dir
|
- alias-python: record_video_dir
|
||||||
- `recordVideoDir` <[path]>
|
- `recordVideoDir` <[path]>
|
||||||
|
|
||||||
Path to the directory to put videos into.
|
Enables video recording for all pages into the specified directory. If not specified videos are
|
||||||
|
not recorded. Make sure to call [`method: BrowserContext.close`] for videos to be saved.
|
||||||
|
|
||||||
## context-option-recordvideo-size
|
## context-option-recordvideo-size
|
||||||
* langs: csharp, java, python
|
* langs: csharp, java, python
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue