Table of Contents

Class GetOsAppStateCommandSettings

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

GetOsAppState

public sealed class GetOsAppStateCommandSettings : ICommand
Inheritance
GetOsAppStateCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ManifestId

Gets or sets the manifestId

[JsonPropertyName("manifestId")]
public string ManifestId { get; set; }

Property Value

string