docs: recordHar.urlFilter for non-js clients (#14894)

This commit is contained in:
Ross Wollman 2022-06-15 15:40:21 -07:00 committed by GitHub
parent b8fece7204
commit 1ed2e46f07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -584,6 +584,11 @@ call [`method: BrowserContext.close`] for the HAR to be saved.
Optional setting to control whether to omit request content from the HAR. Defaults to `false`.
## context-option-recordhar-url-filter
* langs: csharp, java, python
- alias-python: record_har_url_filter
- `recordHarUrlFilter` ?<[string]|[RegExp]>
## context-option-recordvideo
* langs: js
- `recordVideo` <[Object]>
@ -800,6 +805,7 @@ An acceptable perceived color difference in the [YIQ color space](https://en.wik
- %%-context-option-recordhar-%%
- %%-context-option-recordhar-path-%%
- %%-context-option-recordhar-omit-content-%%
- %%-context-option-recordhar-url-filter-%%
- %%-context-option-recordvideo-%%
- %%-context-option-recordvideo-dir-%%
- %%-context-option-recordvideo-size-%%