Click or drag to resize

AuditsClientCheckContrastAsync Method

Version 94.4.20
Runs the contrast check for the target page. Found issues are reported using Audits.issueAdded event.

Namespace:  CefSharp.DevTools.Audits
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public Task<DevToolsMethodResponse> CheckContrastAsync(
	bool? reportAAA = null
)

Parameters

reportAAA (Optional)
Type: SystemNullableBoolean
Whether to report WCAG AAA level issues. Default is false.

Return Value

Type: TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also