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.23.2
Syntax PointInspection Inspect(
Point location
)
Parameters
- location
- Type: DotNetBrowser.GeometryPoint
A point in the frame's view. Cannot be null.
Return Value
Type:
PointInspectionThe result of inspection that contains the details about the DOM node at the given location.
Exceptions Exception | Condition |
---|
ObjectDisposedException | The IFrame object has already been disposed. |
ArgumentException |
The location is null.
|
See Also