Class ServiceWorkerDomainEvent
- Namespace
- Selenium.WebDriver.BiDi.Cdp.ServiceWorker
- Assembly
- Selenium.WebDriver.BiDi.Cdp.dll
Provides static event descriptors for the IServiceWorker.
public static class ServiceWorkerDomainEvent
- Inheritance
-
ServiceWorkerDomainEvent
- Inherited Members
Properties
WorkerErrorReported
public static EventDescriptor<CdpEventArgs<WorkerErrorReportedEventArgs>> WorkerErrorReported { get; }
Property Value
- EventDescriptor<CdpEventArgs<WorkerErrorReportedEventArgs>>
WorkerRegistrationUpdated
public static EventDescriptor<CdpEventArgs<WorkerRegistrationUpdatedEventArgs>> WorkerRegistrationUpdated { get; }
Property Value
- EventDescriptor<CdpEventArgs<WorkerRegistrationUpdatedEventArgs>>
WorkerVersionUpdated
public static EventDescriptor<CdpEventArgs<WorkerVersionUpdatedEventArgs>> WorkerVersionUpdated { get; }
Property Value
- EventDescriptor<CdpEventArgs<WorkerVersionUpdatedEventArgs>>