Table of Contents

Class OpenCurrentPageInAppCommandSettings

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

Opens the current page in its web app identified by the manifest id, needs to be called on a page target. This function returns immediately without waiting for the app to finish loading.

public sealed class OpenCurrentPageInAppCommandSettings : ICommand
Inheritance
OpenCurrentPageInAppCommandSettings
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