Class TracingStartChunkOptions
- Namespace
- Microsoft.Playwright
- Assembly
- Microsoft.Playwright.dll
public class TracingStartChunkOptions
- Inheritance
-
TracingStartChunkOptions
- Inherited Members
Constructors
TracingStartChunkOptions()
public TracingStartChunkOptions()
TracingStartChunkOptions(TracingStartChunkOptions)
public TracingStartChunkOptions(TracingStartChunkOptions clone)
Parameters
clone
TracingStartChunkOptions
Properties
Name
If specified, intermediate trace files are going to be saved into the files with
the given name prefix inside the tracesDir
folder specified in
LaunchAsync(BrowserTypeLaunchOptions?). To specify the final trace zip file name,
you need to pass path
option to StopChunkAsync(TracingStopChunkOptions?) instead.
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
Title
Trace name to be shown in the Trace Viewer.
[JsonPropertyName("title")]
public string? Title { get; set; }