Click or drag to resize

PointInspectionNode Property

Gets the node at the specified point.

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public INode Node { get; }

Property Value

Type: INode
The node at the specified point or null if there is no node at the point.
See Also