Table of Contents

Class PointInspection

Namespace
DotNetBrowser.Dom
Assembly
DotNetBrowser.dll

Provides information about a DOM node at the specified point inside the loaded document.

public sealed class PointInspection
Inheritance
PointInspection
Inherited Members

Properties

AbsoluteImageUrl

Gets the absolute URL of the image located at the point.

AbsoluteLinkUrl

Gets the absolute URL of the link DOM element at the specified point. Returns an empty string if there is no link at the point.

LocalPoint

Gets the coordinates of the point relative to the node.

Node

Gets the node at the specified point.

UrlNode

Gets the link node when a link is located at the point.