Table of Contents

Class UpdateRegistrationCommandSettings

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

UpdateRegistration

public sealed class UpdateRegistrationCommandSettings : ICommand
Inheritance
UpdateRegistrationCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ScopeURL

Gets or sets the scopeURL

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

Property Value

string