Click or drag to resize

EmulationClient.SetFocusEmulationEnabledAsync Method

Version 90.6.50
Enables or disables simulating a focused and active page.

Namespace:  CefSharp.DevTools.Emulation
Assembly:  CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
Syntax
public Task<DevToolsMethodResponse> SetFocusEmulationEnabledAsync(
	bool enabled
)

Parameters

enabled
Type: System.Boolean
Whether to enable to disable focus emulation.

Return Value

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