Click or drag to resize

NodeShadowRoots Property

Version 112.3.0
Shadow root list for given element host.

Namespace:  CefSharp.DevTools.DOM
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 112.3.0.0
Syntax
public IList<Node> ShadowRoots { get; set; }

Property Value

Type: IListNode
See Also