Click or drag to resize

AuditsClientCheckContrastAsync Method

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

Namespace:  CefSharp.DevTools.Audits
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.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