Table of Contents

Class MessageEventArgs

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

MessageReceived arguments.

public class MessageEventArgs : EventArgs
Inheritance
MessageEventArgs

Properties

MessageData

Gets the message data.

public JsonElement MessageData { get; }

Property Value

JsonElement

The message data.

MessageID

Gets the message identifier.

public string MessageID { get; }

Property Value

string

The message identifier.