Table of Contents

Class LogEntry

Namespace
OpenQA.Selenium.DevTools
Assembly
WebDriver.dll

Represents information about a log entry when the browser console is written to.

public class LogEntry
Inheritance
LogEntry
Inherited Members

Properties

Kind

Gets the kind of message written to the log.

public string Kind { get; }

Property Value

string

Message

Gets the text of the message written to the log.

public string Message { get; }

Property Value

string