Package org.testfx.api
Class FxRobotContext
java.lang.Object
org.testfx.api.FxRobotContext
Stores the robot implementations, the window and node finders, position calculators, and capture support for
FxRobot
.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BaseRobot
private final BoundsLocator
private final CaptureSupport
private final ClickRobot
private final DragRobot
private final KeyboardRobot
private final MouseRobot
private final MoveRobot
private final NodeFinder
private final PointLocator
private javafx.geometry.Pos
private final ScrollRobot
private final SleepRobot
private final TypeRobot
private final WindowFinder
private final WriteRobot
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.geometry.Pos
void
setPointPosition
(javafx.geometry.Pos pointPosition)
-
Field Details
-
windowFinder
-
nodeFinder
-
boundsLocator
-
pointLocator
-
baseRobot
-
mouseRobot
-
keyboardRobot
-
moveRobot
-
sleepRobot
-
clickRobot
-
dragRobot
-
scrollRobot
-
typeRobot
-
writeRobot
-
captureSupport
-
pointPosition
private javafx.geometry.Pos pointPosition
-
-
Constructor Details
-
FxRobotContext
public FxRobotContext()
-
-
Method Details
-
getWindowFinder
-
getNodeFinder
-
getPointPosition
public javafx.geometry.Pos getPointPosition() -
setPointPosition
public void setPointPosition(javafx.geometry.Pos pointPosition) -
getBoundsLocator
-
getPointLocator
-
getBaseRobot
-
getMouseRobot
-
getKeyboardRobot
-
getMoveRobot
-
getSleepRobot
-
getClickRobot
-
getDragRobot
-
getScrollRobot
-
getTypeRobot
-
getWriteRobot
-
getCaptureSupport
-