Class LogType
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
Client
Log messages from the client language bindings.
public static readonly string Client
Field Value
Driver
Logs from the current WebDriver instance.
public static readonly string Driver
Field Value
Performance
Performance logs.
public static readonly string Performance
Field Value
Profiler
Profiling logs.
public static readonly string Profiler
Field Value
Server
Logs from the server.
public static readonly string Server