Click or drag to resize

InputClientSetIgnoreInputEventsAsync Method

Version 130.1.90
Ignores input events (useful while auditing page).

Namespace: CefSharp.DevTools.Input
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<DevToolsMethodResponse> SetIgnoreInputEventsAsync(
	bool ignore
)

Parameters

ignore  Boolean
Ignores input events processing when set to true.

Return Value

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