Table of Contents

Class TracingOptions

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Tracing options used on StartAsync(TracingOptions).

public class TracingOptions
Inheritance
TracingOptions

Properties

Categories

Specify custom categories to use instead of default.

public List<string> Categories { get; set; }

Property Value

List<string>

The categories.

Path

A path to write the trace file to.

public string Path { get; set; }

Property Value

string

The path.

Screenshots

Gets or sets a value indicating whether Tracing should capture screenshots in the trace.

public bool Screenshots { get; set; }

Property Value

bool

Screenshots option.