Table of Contents

Class GetAppIdResult

Namespace
Selenium.WebDriver.BiDi.Cdp.Page
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record GetAppIdResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetAppIdResult>
Inheritance
EmptyResult
GetAppIdResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

GetAppIdResult(string?, string?)

public GetAppIdResult(string? AppId, string? RecommendedId)

Parameters

AppId string

App id, either from manifest's id attribute or computed from start_url

RecommendedId string

Recommendation for manifest's id attribute to match current id computed from start_url

Properties

AppId

App id, either from manifest's id attribute or computed from start_url

public string? AppId { get; init; }

Property Value

string

RecommendedId

Recommendation for manifest's id attribute to match current id computed from start_url

public string? RecommendedId { get; init; }

Property Value

string