Table of Contents

Class CheckFormsIssuesCommandResponse

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

Response for Runs the form issues check for the target page. Found issues are reported using Audits.issueAdded event.

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[]