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 BaseRobotprivate final BoundsLocatorprivate final CaptureSupportprivate final ClickRobotprivate final DragRobotprivate final KeyboardRobotprivate final MouseRobotprivate final MoveRobotprivate final NodeFinderprivate final PointLocatorprivate javafx.geometry.Posprivate final ScrollRobotprivate final SleepRobotprivate final TypeRobotprivate final WindowFinderprivate final WriteRobot -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.geometry.PosvoidsetPointPosition(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
-