Namespace OpenQA.Selenium.DevTools.V148.Console
Classes
- ClearMessagesCommandResponse
Response for Does nothing.
- ClearMessagesCommandSettings
Does nothing.
- ConsoleAdapter
Represents an adapter for the Console domain to simplify the command interface.
- ConsoleMessage
Console message.
- DisableCommandResponse
Response for Disables console domain, prevents further console messages from being reported to the client.
- DisableCommandSettings
Disables console domain, prevents further console messages from being reported to the client.
- EnableCommandResponse
Response for Enables console domain, sends the messages collected so far to the client by means of the
messageAddednotification.
- EnableCommandSettings
Enables console domain, sends the messages collected so far to the client by means of the
messageAddednotification.
- MessageAddedEventArgs
Issued when new console message is added.
Enums
- ConsoleMessageLevelValues
Enumerated values for Console.ConsoleMessage.level
- ConsoleMessageSourceValues
Enumerated values for Console.ConsoleMessage.source