Table of Contents

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

RegistrationId RegistrationID
ScopeURL string
IsDeleted bool

Properties

IsDeleted

public bool IsDeleted { get; init; }

Property Value

bool

RegistrationId

public RegistrationID RegistrationId { get; init; }

Property Value

RegistrationID

ScopeURL

public string ScopeURL { get; init; }

Property Value

string