Table of Contents

Class PlayerEventsAddedEventArgs

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

Send events as a list, allowing them to be batched on the browser for less congestion. If batched, events must ALWAYS be in chronological order.

public sealed class PlayerEventsAddedEventArgs : EventArgs
Inheritance
PlayerEventsAddedEventArgs
Inherited Members

Properties

Events

Gets or sets the events

[JsonPropertyName("events")]
public PlayerEvent[] Events { get; set; }

Property Value

PlayerEvent[]

PlayerId

Gets or sets the playerId

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

Property Value

string