Table of Contents

Class DebugInfo

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Debug information about the browser. Currently includes pending protocol calls. In the future, more info might be added.

public class DebugInfo
Inheritance
DebugInfo

Properties

PendingProtocolErrors

Gets the list of pending protocol errors.

public IReadOnlyList<string> PendingProtocolErrors { get; init; }

Property Value

IReadOnlyList<string>