Table of Contents

Class CheckFormsIssuesCommandResponse

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

Response for CheckFormsIssues

public sealed class CheckFormsIssuesCommandResponse : ICommandResponse<CheckFormsIssuesCommandSettings>, ICommandResponse
Inheritance
CheckFormsIssuesCommandResponse
Implements
Inherited Members
Extension Methods

Properties

FormIssues

Gets or sets the formIssues

[JsonPropertyName("formIssues")]
public GenericIssueDetails[] FormIssues { get; set; }

Property Value

GenericIssueDetails[]