Table of Contents

Class ConsoleDomainEvent

Namespace
Selenium.WebDriver.BiDi.Cdp.Console
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Provides static event descriptors for the IConsole.

public static class ConsoleDomainEvent
Inheritance
ConsoleDomainEvent
Inherited Members

Properties

MessageAdded

Issued when new console message is added.

public static EventDescriptor<CdpEventArgs<MessageAddedEventArgs>> MessageAdded { get; }

Property Value

EventDescriptor<CdpEventArgs<MessageAddedEventArgs>>