Click or drag to resize

NodePseudoElements Property

Version 113.3.50
Pseudo elements associated with this node.

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

Property Value

Type: IListNode
See Also