Table of Contents

Class RuntimeDomainEvent

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

Provides static event descriptors for the IRuntime.

public static class RuntimeDomainEvent
Inheritance
RuntimeDomainEvent
Inherited Members

Properties

BindingCalled

Notification is issued every time when binding is called.

public static EventDescriptor<CdpEventArgs<BindingCalledEventArgs>> BindingCalled { get; }

Property Value

EventDescriptor<CdpEventArgs<BindingCalledEventArgs>>

ConsoleAPICalled

Issued when console API was called.

public static EventDescriptor<CdpEventArgs<ConsoleAPICalledEventArgs>> ConsoleAPICalled { get; }

Property Value

EventDescriptor<CdpEventArgs<ConsoleAPICalledEventArgs>>

ExceptionRevoked

Issued when unhandled exception was revoked.

public static EventDescriptor<CdpEventArgs<ExceptionRevokedEventArgs>> ExceptionRevoked { get; }

Property Value

EventDescriptor<CdpEventArgs<ExceptionRevokedEventArgs>>

ExceptionThrown

Issued when exception was thrown and unhandled.

public static EventDescriptor<CdpEventArgs<ExceptionThrownEventArgs>> ExceptionThrown { get; }

Property Value

EventDescriptor<CdpEventArgs<ExceptionThrownEventArgs>>

ExecutionContextCreated

Issued when new execution context is created.

public static EventDescriptor<CdpEventArgs<ExecutionContextCreatedEventArgs>> ExecutionContextCreated { get; }

Property Value

EventDescriptor<CdpEventArgs<ExecutionContextCreatedEventArgs>>

ExecutionContextDestroyed

Issued when execution context is destroyed.

public static EventDescriptor<CdpEventArgs<ExecutionContextDestroyedEventArgs>> ExecutionContextDestroyed { get; }

Property Value

EventDescriptor<CdpEventArgs<ExecutionContextDestroyedEventArgs>>

ExecutionContextsCleared

Issued when all executionContexts were cleared in browser

public static EventDescriptor<CdpEventArgs<ExecutionContextsClearedEventArgs>> ExecutionContextsCleared { get; }

Property Value

EventDescriptor<CdpEventArgs<ExecutionContextsClearedEventArgs>>

InspectRequested

Issued when object should be inspected (for example, as a result of inspect() command line API call).

public static EventDescriptor<CdpEventArgs<InspectRequestedEventArgs>> InspectRequested { get; }

Property Value

EventDescriptor<CdpEventArgs<InspectRequestedEventArgs>>