Click or drag to resize

EmulationClientSetEmulatedVisionDeficiencyAsync 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.EmulationSetEmulatedVisionDeficiencyType
Vision deficiency to emulate.

Return Value

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