Table of Contents

Class GetOsAppStateCommandSettings

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

Returns the following OS state for the given manifest id.

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

The id from the webapp's manifest file, commonly it's the url of the site installing the webapp. See https://web.dev/learn/pwa/web-app-manifest.

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

Property Value

string