Table of Contents

Class PlayerErrorSourceLocation

Namespace
Selenium.WebDriver.BiDi.Cdp.Media
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Represents logged source line numbers reported in an error. NOTE: file and line are from chromium c++ implementation code, not js.

public sealed record PlayerErrorSourceLocation : IEquatable<PlayerErrorSourceLocation>
Inheritance
PlayerErrorSourceLocation
Implements
Inherited Members

Constructors

PlayerErrorSourceLocation(string, long)

Represents logged source line numbers reported in an error. NOTE: file and line are from chromium c++ implementation code, not js.

public PlayerErrorSourceLocation(string File, long Line)

Parameters

File string
Line long

Properties

File

public string File { get; init; }

Property Value

string

Line

public long Line { get; init; }

Property Value

long