- java.lang.Object
-
- org.testfx.api.FxRobotContext
-
-
Constructor Summary
Constructors Constructor Description FxRobotContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseRobotgetBaseRobot()BoundsLocatorgetBoundsLocator()CaptureSupportgetCaptureSupport()ClickRobotgetClickRobot()DragRobotgetDragRobot()KeyboardRobotgetKeyboardRobot()MouseRobotgetMouseRobot()MoveRobotgetMoveRobot()NodeFindergetNodeFinder()PointLocatorgetPointLocator()PosgetPointPosition()ScrollRobotgetScrollRobot()SleepRobotgetSleepRobot()TypeRobotgetTypeRobot()WindowFindergetWindowFinder()WriteRobotgetWriteRobot()voidsetPointPosition(Pos pointPosition)
-
-
-
Method Detail
-
getWindowFinder
public WindowFinder getWindowFinder()
-
getNodeFinder
public NodeFinder getNodeFinder()
-
getPointPosition
public Pos getPointPosition()
-
setPointPosition
public void setPointPosition(Pos pointPosition)
-
getBoundsLocator
public BoundsLocator getBoundsLocator()
-
getPointLocator
public PointLocator getPointLocator()
-
getBaseRobot
public BaseRobot getBaseRobot()
-
getMouseRobot
public MouseRobot getMouseRobot()
-
getKeyboardRobot
public KeyboardRobot getKeyboardRobot()
-
getMoveRobot
public MoveRobot getMoveRobot()
-
getSleepRobot
public SleepRobot getSleepRobot()
-
getClickRobot
public ClickRobot getClickRobot()
-
getDragRobot
public DragRobot getDragRobot()
-
getScrollRobot
public ScrollRobot getScrollRobot()
-
getTypeRobot
public TypeRobot getTypeRobot()
-
getWriteRobot
public WriteRobot getWriteRobot()
-
getCaptureSupport
public CaptureSupport getCaptureSupport()
-
-