Click or drag to resize

EmulationClientSetScriptExecutionDisabledAsync Method

Version 90.6.50
Switches script execution in the page.

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

Parameters

value
Type: SystemBoolean
Whether script execution should be disabled in the page.

Return Value

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