Class ServiceWorkerRegistration
- Namespace
- OpenQA.Selenium.DevTools.V85.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
RegistrationId
registrationId
[JsonPropertyName("registrationId")]
public string RegistrationId { get; set; }
Property Value
ScopeURL
scopeURL
[JsonPropertyName("scopeURL")]
public string ScopeURL { get; set; }