Table of Contents

Class DispatchPeriodicSyncEventCommandSettings

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

DispatchPeriodicSyncEvent

public sealed class DispatchPeriodicSyncEventCommandSettings : ICommand
Inheritance
DispatchPeriodicSyncEventCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Origin

Gets or sets the origin

[JsonPropertyName("origin")]
public string Origin { get; set; }

Property Value

string

RegistrationId

Gets or sets the registrationId

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

Property Value

string

Tag

Gets or sets the tag

[JsonPropertyName("tag")]
public string Tag { get; set; }

Property Value

string