Audits |
The AuditsClient type exposes the following members.
Name | Description | |
---|---|---|
AuditsClient | Audits |
Name | Description | |
---|---|---|
CheckContrastAsync | Runs the contrast check for the target page. Found issues are reported using Audits.issueAdded event. | |
CheckFormsIssuesAsync | Runs the form issues check for the target page. Found issues are reported using Audits.issueAdded event. | |
DisableAsync | Disables issues domain, prevents further issues from being reported to the client. | |
EnableAsync | Enables issues domain, sends the issues collected so far to the client by means of the `issueAdded` event. | |
EnumToString(ContentEncoding) | (Inherited from DevToolsDomainBase) | |
EnumToString(CSPViolationType) | (Inherited from DevToolsDomainBase) | |
EnumToString(DisabledImageType) | (Inherited from DevToolsDomainBase) | |
EnumToString(Enum) | (Inherited from DevToolsDomainBase) | |
EnumToString(PermissionType) | (Inherited from DevToolsDomainBase) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetEncodedResponseAsync | Returns the response body and size if it were re-encoded with the specified settings. Only applies to images. | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToBase64String | (Inherited from DevToolsDomainBase) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
IssueAdded | IssueAdded |