Click or drag to resize

EmulationClient.SetScriptExecutionDisabledAsync Method

Version 118.6.80
Switches script execution in the page.

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

Parameters

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

Return Value

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