docs: recordHar.urlFilter for non-js clients (#14894)
This commit is contained in:
parent
b8fece7204
commit
1ed2e46f07
|
|
@ -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-%%
|
||||
|
|
|
|||
Loading…
Reference in a new issue