Click or drag to resize

Emulation.SetEmulatedVisionDeficiencyAsync 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: System.String
Vision deficiency to emulate.

Return Value

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