Table of Contents

Class LogEntry

Namespace
OpenQA.Selenium.DevTools.V131.Log
Assembly
WebDriver.dll

LogEntry

public sealed class LogEntry
Inheritance
LogEntry
Inherited Members

Properties

Args

args

[JsonPropertyName("args")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RemoteObject[] Args { get; set; }

Property Value

RemoteObject[]

Category

category

[JsonPropertyName("category")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public LogEntryCategoryValues? Category { get; set; }

Property Value

LogEntryCategoryValues?

Level

level

[JsonPropertyName("level")]
public LogEntryLevelValues Level { get; set; }

Property Value

LogEntryLevelValues

LineNumber

lineNumber

[JsonPropertyName("lineNumber")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? LineNumber { get; set; }

Property Value

long?

NetworkRequestId

networkRequestId

[JsonPropertyName("networkRequestId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string NetworkRequestId { get; set; }

Property Value

string

Source

source

[JsonPropertyName("source")]
public LogEntrySourceValues Source { get; set; }

Property Value

LogEntrySourceValues

StackTrace

stackTrace

[JsonPropertyName("stackTrace")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StackTrace StackTrace { get; set; }

Property Value

StackTrace

Text

text

[JsonPropertyName("text")]
public string Text { get; set; }

Property Value

string

Timestamp

timestamp

[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }

Property Value

double

Url

url

[JsonPropertyName("url")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Url { get; set; }

Property Value

string

WorkerId

workerId

[JsonPropertyName("workerId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string WorkerId { get; set; }

Property Value

string