DOMClient.EnableAsync Method |
Version 107.1.120
Enables DOM agent for the given page.
Namespace:
CefSharp.DevTools.DOM
Assembly:
CefSharp (in CefSharp.dll) Version: 107.1.120.0 (107.1.120.0)
Syntaxpublic Task<DevToolsMethodResponse> EnableAsync(
EnableIncludeWhitespace? includeWhitespace = null
)
public:
Task<DevToolsMethodResponse^>^ EnableAsync(
Nullable<EnableIncludeWhitespace> includeWhitespace = nullptr
)
Parameters
- includeWhitespace (Optional)
- Type: System.Nullable<EnableIncludeWhitespace>
Whether to include whitespaces in the children array of returned Nodes.
Return Value
Type:
Task<DevToolsMethodResponse>returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also