Package | Description |
---|---|
com.teamdev.jxbrowser.frame |
This package provides the classes that allow you to work with frames in browser.
|
Modifier and Type | Method and Description |
---|---|
PointInspection |
Frame.inspect(int x,
int y)
Inspects the given location on the web page containing this frame and returns the result of
the inspection.
|
PointInspection |
Frame.inspect(Point location)
Inspects the given
location on the web page containing this frame and returns the
result of the inspection. |