Module org.testfx

Class FxRobotContext


  • public class FxRobotContext
    extends Object
    Stores the robot implementations, the window and node finders, position calculators, and capture support for FxRobot.
    • Constructor Detail

      • FxRobotContext

        public FxRobotContext()
    • Method Detail

      • getNodeFinder

        public NodeFinder getNodeFinder()
      • getPointPosition

        public javafx.geometry.Pos getPointPosition()
      • setPointPosition

        public void setPointPosition​(javafx.geometry.Pos pointPosition)
      • getBaseRobot

        public BaseRobot getBaseRobot()
      • getMouseRobot

        public MouseRobot getMouseRobot()
      • getMoveRobot

        public MoveRobot getMoveRobot()
      • getSleepRobot

        public SleepRobot getSleepRobot()
      • getClickRobot

        public ClickRobot getClickRobot()
      • getDragRobot

        public DragRobot getDragRobot()
      • getTypeRobot

        public TypeRobot getTypeRobot()
      • getWriteRobot

        public WriteRobot getWriteRobot()