Click or drag to resize

OverlayClientSetShowIsolatedElementsAsync Method

Version 130.1.90
Show elements in isolation mode with overlays.

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

Parameters

isolatedElementHighlightConfigs  IListIsolatedElementHighlightConfig
An array of node identifiers and descriptors for the highlight appearance.

Return Value

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