Table of Contents

Class LogType

Namespace
OpenQA.Selenium
Assembly
WebDriver.dll

Class containing names of common log types.

public static class LogType
Inheritance
LogType
Inherited Members

Fields

Browser

Logs from the browser.

public static readonly string Browser

Field Value

string

Client

Log messages from the client language bindings.

public static readonly string Client

Field Value

string

Driver

Logs from the current WebDriver instance.

public static readonly string Driver

Field Value

string

Performance

Performance logs.

public static readonly string Performance

Field Value

string

Profiler

Profiling logs.

public static readonly string Profiler

Field Value

string

Server

Logs from the server.

public static readonly string Server

Field Value

string