Click or drag to resize

DOMClientEnableAsync Method

Version 102.0.100
Enables DOM agent for the given page.

Namespace:  CefSharp.DevTools.DOM
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public Task<DevToolsMethodResponse> EnableAsync(
	EnableIncludeWhitespace? includeWhitespace = null
)

Parameters

includeWhitespace (Optional)
Type: SystemNullableEnableIncludeWhitespace
Whether to include whitespaces in the children array of returned Nodes.

Return Value

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