Method Inspect
- Namespace
- DotNetBrowser.Frames
- Assembly
- DotNetBrowser.dll
Inspect(Point)
Inspects the given location
in the frame and returns the result of inspection.
PointInspection Inspect(Point location)
Parameters
location
PointA point in the frame's view. Cannot be null.
Returns
- PointInspection
The result of inspection that contains the details about the DOM node at the given location.
Exceptions
- ObjectDisposedException
The IFrame object has already been disposed.
- ArgumentException
The
location
is null.
Inspect(int, int)
Inspects the given location in the frame and returns the result of inspection.
PointInspection Inspect(int x, int y)
Parameters
Returns
- PointInspection
The result of inspection that contains the details about the DOM node at the given location.
Exceptions
- ObjectDisposedException
The IFrame object has already been disposed.