Table of Contents

Class InitiatorStackTrace

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Stack trace information for the Initiator.

public class InitiatorStackTrace
Inheritance
InitiatorStackTrace

Properties

CallFrames

Gets or sets the call frames in the stack trace.

public CallFrame[] CallFrames { get; set; }

Property Value

CallFrame[]