Table of Contents

Class Issue

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Represents a DevTools issue.

public class Issue
Inheritance
Issue

Properties

Code

Gets the issue code.

public string Code { get; init; }

Property Value

string

Details

Gets the issue details.

public JsonElement Details { get; init; }

Property Value

JsonElement