Table of Contents

Class EntryAddedEventArgs

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

EntryAdded

public sealed class EntryAddedEventArgs : EventArgs
Inheritance
EntryAddedEventArgs
Inherited Members

Properties

Entry

Gets or sets the entry

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

Property Value

LogEntry