Click or drag to resize

OverlayClient.SetShowIsolatedElementsAsync Method

Version 106.0.290
Show elements in isolation mode with overlays.

Namespace:  CefSharp.DevTools.Overlay
Assembly:  CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntax
public Task<DevToolsMethodResponse> SetShowIsolatedElementsAsync(
	IList<IsolatedElementHighlightConfig> isolatedElementHighlightConfigs
)

Parameters

isolatedElementHighlightConfigs
Type: System.Collections.Generic.IList<IsolatedElementHighlightConfig>
An array of node identifiers and descriptors for the highlight appearance.

Return Value

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