Class ServiceWorkerRegistration
- Namespace
- Selenium.WebDriver.BiDi.Cdp.ServiceWorker
- Assembly
- Selenium.WebDriver.BiDi.Cdp.dll
ServiceWorker registration.
public sealed record ServiceWorkerRegistration : IEquatable<ServiceWorkerRegistration>
- Inheritance
-
ServiceWorkerRegistration
- Implements
- Inherited Members
Constructors
ServiceWorkerRegistration(RegistrationID, string, bool)
ServiceWorker registration.
public ServiceWorkerRegistration(RegistrationID RegistrationId, string ScopeURL, bool IsDeleted)
Parameters
RegistrationIdRegistrationIDScopeURLstringIsDeletedbool
Properties
IsDeleted
public bool IsDeleted { get; init; }
Property Value
RegistrationId
public RegistrationID RegistrationId { get; init; }
Property Value
ScopeURL
public string ScopeURL { get; init; }