Table of Contents

Class PlayerMessagesLoggedEventArgs

Namespace
OpenQA.Selenium.DevTools.V130.Media
Assembly
WebDriver.dll

PlayerMessagesLogged

public sealed class PlayerMessagesLoggedEventArgs : EventArgs
Inheritance
PlayerMessagesLoggedEventArgs
Inherited Members

Properties

Messages

Gets or sets the messages

[JsonPropertyName("messages")]
public PlayerMessage[] Messages { get; set; }

Property Value

PlayerMessage[]

PlayerId

Gets or sets the playerId

[JsonPropertyName("playerId")]
public string PlayerId { get; set; }

Property Value

string