Table of Contents

Enum ChromiumDriverLogLevel

Namespace
OpenQA.Selenium.Chromium
Assembly
WebDriver.dll

Represents the valid values of logging levels available with the Chromium based drivers.

public enum ChromiumDriverLogLevel

Fields

All = 0

Represents the value All, the most detailed logging level available.

Debug = 1

Represents the Debug value

Default = 6

Represents that the logging value is unspecified, and should be the default level.

Info = 2

Represents the Info value

Off = 5

Represents the Off value, nothing gets logged

Severe = 4

Represents the Severe value

Warning = 3

Represents the Warning value