Table of Contents

Class ServiceWorkerRegistration

Namespace
OpenQA.Selenium.DevTools.V130.ServiceWorker
Assembly
WebDriver.dll

ServiceWorkerRegistration

public sealed class ServiceWorkerRegistration
Inheritance
ServiceWorkerRegistration
Inherited Members

Properties

IsDeleted

isDeleted

[JsonPropertyName("isDeleted")]
public bool IsDeleted { get; set; }

Property Value

bool

RegistrationId

registrationId

[JsonPropertyName("registrationId")]
public string RegistrationId { get; set; }

Property Value

string

ScopeURL

scopeURL

[JsonPropertyName("scopeURL")]
public string ScopeURL { get; set; }

Property Value

string