Click or drag to resize

EmulationSetEmulatedVisionDeficiencyAsync Method

Version 85.3.121
Emulates the given vision deficiency.

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

Parameters

type
Type: SystemString
Vision deficiency to emulate.

Return Value

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