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
Origin
Gets or sets the origin
[JsonPropertyName("origin")]
public string Origin { get; set; }
Property Value
RegistrationId
Gets or sets the registrationId
[JsonPropertyName("registrationId")]
public string RegistrationId { get; set; }
Property Value
Tag
Gets or sets the tag
[JsonPropertyName("tag")]
public string Tag { get; set; }