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

Properties

Entry

The entry added to the browser's log.

public LogEntry Entry { get; set; }

Property Value

LogEntry