Click or drag to resize

EmulationClientSetEmulatedVisionDeficiencyAsync Method

Version 99.2.120
Emulates the given vision deficiency.

Namespace:  CefSharp.DevTools.Emulation
Assembly:  CefSharp (in CefSharp.dll) Version: 99.2.120.0 (99.2.120.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