Table of Contents

Class BackgroundServiceDomainEvent

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

Provides static event descriptors for the IBackgroundService.

public static class BackgroundServiceDomainEvent
Inheritance
BackgroundServiceDomainEvent
Inherited Members

Properties

BackgroundServiceEventReceived

Called with all existing backgroundServiceEvents when enabled, and all new events afterwards if enabled and recording.

public static EventDescriptor<CdpEventArgs<BackgroundServiceEventReceivedEventArgs>> BackgroundServiceEventReceived { get; }

Property Value

EventDescriptor<CdpEventArgs<BackgroundServiceEventReceivedEventArgs>>

RecordingStateChanged

Called when the recording state for the service has been updated.

public static EventDescriptor<CdpEventArgs<RecordingStateChangedEventArgs>> RecordingStateChanged { get; }

Property Value

EventDescriptor<CdpEventArgs<RecordingStateChangedEventArgs>>