docs(options): clarify recordHarPath and recordVideoDir behavior (#5923)

This commit is contained in:
Yury Semikhatsky 2021-03-23 13:13:15 -07:00 committed by GitHub
parent ca35da0a33
commit 8f1d03f846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -378,7 +378,9 @@ saved.
- alias-python: record_har_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
* langs: csharp, java, python
@ -405,7 +407,8 @@ sure to await [`method: BrowserContext.close`] for videos to be saved.
- alias-python: record_video_dir
- `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
* langs: csharp, java, python