Table of Contents

Class Entry.Console

Namespace
OpenQA.Selenium.BiDi.Modules.Log
Assembly
WebDriver.dll
public record Entry.Console : Entry, IEquatable<EventArgs>, IEquatable<Entry>, IEquatable<Entry.Console>
Inheritance
Entry.Console
Implements
Inherited Members

Constructors

Console(BiDi, Level, Source, string, DateTimeOffset, string, IReadOnlyList<RemoteValue>)

public Console(BiDi BiDi, Level Level, Source Source, string Text, DateTimeOffset Timestamp, string Method, IReadOnlyList<RemoteValue> Args)

Parameters

BiDi BiDi
Level Level
Source Source
Text string
Timestamp DateTimeOffset
Method string
Args IReadOnlyList<RemoteValue>

Properties

Args

public IReadOnlyList<RemoteValue> Args { get; init; }

Property Value

IReadOnlyList<RemoteValue>

Method

public string Method { get; init; }

Property Value

string