Class TracingStopChunkOptions
- Namespace
- Microsoft.Playwright
- Assembly
- Microsoft.Playwright.dll
public class TracingStopChunkOptions
- Inheritance
-
TracingStopChunkOptions
- Inherited Members
Constructors
TracingStopChunkOptions()
public TracingStopChunkOptions()
TracingStopChunkOptions(TracingStopChunkOptions)
public TracingStopChunkOptions(TracingStopChunkOptions clone)
Parameters
clone
TracingStopChunkOptions
Properties
Path
Export trace collected since the last StartChunkAsync(TracingStartChunkOptions?) call into the file with the given path.
[JsonPropertyName("path")]
public string? Path { get; set; }