public class FxRobotContext
extends java.lang.Object
FxRobot.| Constructor and Description |
|---|
FxRobotContext() |
| Modifier and Type | Method and Description |
|---|---|
BaseRobot |
getBaseRobot() |
BoundsLocator |
getBoundsLocator() |
CaptureSupport |
getCaptureSupport() |
ClickRobot |
getClickRobot() |
DragRobot |
getDragRobot() |
KeyboardRobot |
getKeyboardRobot() |
MouseRobot |
getMouseRobot() |
MoveRobot |
getMoveRobot() |
NodeFinder |
getNodeFinder() |
PointLocator |
getPointLocator() |
javafx.geometry.Pos |
getPointPosition() |
ScrollRobot |
getScrollRobot() |
SleepRobot |
getSleepRobot() |
TypeRobot |
getTypeRobot() |
WindowFinder |
getWindowFinder() |
WriteRobot |
getWriteRobot() |
void |
setPointPosition(javafx.geometry.Pos pointPosition) |
public WindowFinder getWindowFinder()
public NodeFinder getNodeFinder()
public javafx.geometry.Pos getPointPosition()
public void setPointPosition(javafx.geometry.Pos pointPosition)
public BoundsLocator getBoundsLocator()
public PointLocator getPointLocator()
public BaseRobot getBaseRobot()
public MouseRobot getMouseRobot()
public KeyboardRobot getKeyboardRobot()
public MoveRobot getMoveRobot()
public SleepRobot getSleepRobot()
public ClickRobot getClickRobot()
public DragRobot getDragRobot()
public ScrollRobot getScrollRobot()
public TypeRobot getTypeRobot()
public WriteRobot getWriteRobot()
public CaptureSupport getCaptureSupport()