Table of Contents

Class EntryAddedEventArgs

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

Issued when new message was logged.

public sealed class EntryAddedEventArgs : EventArgs
Inheritance
EntryAddedEventArgs
Inherited Members

Properties

Entry

The entry.

[JsonPropertyName("entry")]
public LogEntry Entry { get; set; }

Property Value

LogEntry