Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class PlayerEventsAddedEventArgs

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

PlayerEventsAdded

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