Table of Contents

Class GetAppIdCommandResponse

Namespace
OpenQA.Selenium.DevTools.V132.Page
Assembly
WebDriver.dll

Response for GetAppId

public sealed class GetAppIdCommandResponse : ICommandResponse<GetAppIdCommandSettings>, ICommandResponse
Inheritance
GetAppIdCommandResponse
Implements
Inherited Members
Extension Methods

Properties

AppId

Gets or sets the appId

[JsonPropertyName("appId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string AppId { get; set; }

Property Value

string

RecommendedId

Gets or sets the recommendedId

[JsonPropertyName("recommendedId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string RecommendedId { get; set; }

Property Value

string