docs(tracing): clarify capture semantics (#11756)
This commit is contained in:
parent
5a413166b6
commit
129d9d3643
|
|
@ -125,7 +125,9 @@ a timeline preview.
|
|||
### option: Tracing.start.snapshots
|
||||
- `snapshots` <[boolean]>
|
||||
|
||||
Whether to capture DOM snapshot on every action.
|
||||
If this option is true tracing will
|
||||
* capture DOM snapshot on every action
|
||||
* record network activity
|
||||
|
||||
### option: Tracing.start.sources
|
||||
* langs: js, csharp, python
|
||||
|
|
|
|||
4
packages/playwright-core/types/types.d.ts
vendored
4
packages/playwright-core/types/types.d.ts
vendored
|
|
@ -14708,7 +14708,9 @@ export interface Tracing {
|
|||
screenshots?: boolean;
|
||||
|
||||
/**
|
||||
* Whether to capture DOM snapshot on every action.
|
||||
* If this option is true tracing will
|
||||
* - capture DOM snapshot on every action
|
||||
* - record network activity
|
||||
*/
|
||||
snapshots?: boolean;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue