Table of Contents

Class GetInstallabilityErrorsCommandResponse

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

Response for GetInstallabilityErrors

public sealed class GetInstallabilityErrorsCommandResponse : ICommandResponse<GetInstallabilityErrorsCommandSettings>, ICommandResponse
Inheritance
GetInstallabilityErrorsCommandResponse
Implements
Inherited Members
Extension Methods

Properties

InstallabilityErrors

Gets or sets the installabilityErrors

[JsonPropertyName("installabilityErrors")]
public InstallabilityError[] InstallabilityErrors { get; set; }

Property Value

InstallabilityError[]