Uses of Interface
org.testfx.robot.MoveRobot
-
Packages that use MoveRobot Package Description org.testfx.api org.testfx.robot.impl -
-
Uses of MoveRobot in org.testfx.api
Methods in org.testfx.api that return MoveRobot Modifier and Type Method Description MoveRobotFxRobotContext. getMoveRobot() -
Uses of MoveRobot in org.testfx.robot.impl
Classes in org.testfx.robot.impl that implement MoveRobot Modifier and Type Class Description classMoveRobotImplConstructors in org.testfx.robot.impl with parameters of type MoveRobot Constructor Description ClickRobotImpl(MouseRobot mouseRobot, MoveRobot moveRobot, SleepRobot sleepRobot)DragRobotImpl(MouseRobot mouseRobot, MoveRobot moveRobot)
-