Click or drag to resize

IFrameInspect Method (Point)

Inspects the given location in the frame and returns the result of inspection.

Namespace:  DotNetBrowser.Frames
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
PointInspection Inspect(
	Point location
)

Parameters

location
Type: DotNetBrowser.GeometryPoint
A point in the frame's view. Cannot be null.

Return Value

Type: PointInspection
The result of inspection that contains the details about the DOM node at the given location.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IFrame object has already been disposed.
ArgumentException The location is null.
See Also