Class DispatchSyncEventCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V141.ServiceWorker
- Assembly
- WebDriver.dll
DispatchSyncEvent
public sealed class DispatchSyncEventCommandSettings : ICommand- Inheritance
- 
      
      DispatchSyncEventCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
LastChance
Gets or sets the lastChance
[JsonPropertyName("lastChance")]
public bool LastChance { get; set; }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; }