Table of Contents

Class PlayerErrorsRaisedEventArgs

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

PlayerErrorsRaised

public sealed class PlayerErrorsRaisedEventArgs : EventArgs
Inheritance
PlayerErrorsRaisedEventArgs
Inherited Members

Properties

Errors

Gets or sets the errors

[JsonPropertyName("errors")]
public PlayerError[] Errors { get; set; }

Property Value

PlayerError[]

PlayerId

Gets or sets the playerId

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

Property Value

string