Table of Contents

Class DeliverPushMessageCommandSettings

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

DeliverPushMessage

public sealed class DeliverPushMessageCommandSettings : ICommand
Inheritance
DeliverPushMessageCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Data

Gets or sets the data

[JsonPropertyName("data")]
public string Data { get; set; }

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