Click or drag to resize

NodeTreeSnapshotIsClickable Property

Version 102.0.100
Whether this DOM node responds to mouse clicks. This includes nodes that have had click event listeners attached via JavaScript as well as anchor tags that naturally navigate when clicked.

Namespace:  CefSharp.DevTools.DOMSnapshot
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public RareBooleanData IsClickable { get; set; }

Property Value

Type: RareBooleanData
See Also