Table of Contents

Class ConsoleAPICalledEventArgs

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

ConsoleAPICalled

public sealed class ConsoleAPICalledEventArgs : EventArgs
Inheritance
ConsoleAPICalledEventArgs
Inherited Members

Properties

Args

Gets or sets the args

[JsonPropertyName("args")]
public RemoteObject[] Args { get; set; }

Property Value

RemoteObject[]

Context

Gets or sets the context

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

Property Value

string

ExecutionContextId

Gets or sets the executionContextId

[JsonPropertyName("executionContextId")]
public long ExecutionContextId { get; set; }

Property Value

long

StackTrace

Gets or sets the stackTrace

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

Property Value

StackTrace

Timestamp

Gets or sets the timestamp

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

Property Value

double

Type

Gets or sets the type

[JsonPropertyName("type")]
public string Type { get; set; }

Property Value

string