Click or drag to resize

EmulationClientSetFocusEmulationEnabledAsync Method

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

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

Parameters

enabled  Boolean
Whether to enable to disable focus emulation.

Return Value

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