Enum ChromiumDriverLogLevel
Represents the valid values of logging levels available with the Chromium based drivers.
public enum ChromiumDriverLogLevel
Fields
All = 0Represents the value All, the most detailed logging level available.
Debug = 1Represents the Debug value
Default = 6Represents that the logging value is unspecified, and should be the default level.
Info = 2Represents the Info value
Off = 5Represents the Off value, nothing gets logged
Severe = 4Represents the Severe value
Warning = 3Represents the Warning value