OverlayClientSetShowIsolatedElementsAsync Method |
Version 130.1.90
Show elements in isolation mode with overlays.
Namespace: CefSharp.DevTools.OverlayAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<DevToolsMethodResponse> SetShowIsolatedElementsAsync(
IList<IsolatedElementHighlightConfig> isolatedElementHighlightConfigs
)
public:
Task<DevToolsMethodResponse^>^ SetShowIsolatedElementsAsync(
IList<IsolatedElementHighlightConfig^>^ isolatedElementHighlightConfigs
)
Parameters
- isolatedElementHighlightConfigs IListIsolatedElementHighlightConfig
- An array of node identifiers and descriptors for the highlight appearance.
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also