Table of Contents

Class EntryAddedEventArgs

Namespace
OpenQA.Selenium.DevTools
Assembly
WebDriver.dll

Provides data for events relating to entries being added to the browser's log.

public class EntryAddedEventArgs : EventArgs
Inheritance
EntryAddedEventArgs
Inherited Members

Constructors

EntryAddedEventArgs(LogEntry)

Initializes a new instance of the EntryAddedEventArgs type.

public EntryAddedEventArgs(LogEntry entry)

Parameters

entry LogEntry

The entry added to the browser's log.

Exceptions

ArgumentNullException

If

Properties

Entry

The entry added to the browser's log.

public LogEntry Entry { get; }

Property Value

LogEntry