Table of Contents

Class PlayerErrorSourceLocation

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

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

public sealed class PlayerErrorSourceLocation
Inheritance
PlayerErrorSourceLocation
Inherited Members

Properties

File

file

[JsonPropertyName("file")]
public string File { get; set; }

Property Value

string

Line

line

[JsonPropertyName("line")]
public long Line { get; set; }

Property Value

long