Table of Contents

Class DispatchSyncEventCommandSettings

Namespace
OpenQA.Selenium.DevTools.V130.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

string

LastChance

Gets or sets the lastChance

[JsonPropertyName("lastChance")]
public bool LastChance { get; set; }

Property Value

bool

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