Click or drag to resize

EmulationClient.SetEmulatedVisionDeficiencyAsync Method

Version 94.4.20
Emulates the given vision deficiency.

Namespace:  CefSharp.DevTools.Emulation
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public Task<DevToolsMethodResponse> SetEmulatedVisionDeficiencyAsync(
	SetEmulatedVisionDeficiencyType type
)

Parameters

type
Type: CefSharp.DevTools.Emulation.SetEmulatedVisionDeficiencyType
Vision deficiency to emulate.

Return Value

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