Table of Contents

Class GenericEntryAddedEventArgs

Namespace
OpenQA.Selenium.BiDi.Log
Assembly
Selenium.WebDriver.dll
public sealed record GenericEntryAddedEventArgs : EntryAddedEventArgs, IEquatable<EventArgs>, IEquatable<EntryAddedEventArgs>, IEquatable<GenericEntryAddedEventArgs>
Inheritance
GenericEntryAddedEventArgs
Implements
Inherited Members

Constructors

GenericEntryAddedEventArgs(IBiDi, string, Level, Source, string?, DateTimeOffset)

public GenericEntryAddedEventArgs(IBiDi BiDi, string Type, Level Level, Source Source, string? Text, DateTimeOffset Timestamp)

Parameters

BiDi IBiDi
Type string
Level Level
Source Source
Text string
Timestamp DateTimeOffset

Properties

Type

public string Type { get; init; }

Property Value

string