Table of Contents

Class AppManifestParsedProperties

Namespace
Selenium.WebDriver.BiDi.Cdp.Page
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Parsed app manifest properties.

public sealed record AppManifestParsedProperties : IEquatable<AppManifestParsedProperties>
Inheritance
AppManifestParsedProperties
Implements
Inherited Members

Constructors

AppManifestParsedProperties(string)

Parsed app manifest properties.

public AppManifestParsedProperties(string Scope)

Parameters

Scope string

Computed scope value

Properties

Scope

Computed scope value

public string Scope { get; init; }

Property Value

string