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
Fields in org.testfx.api declared as MoveRobot Modifier and Type Field Description private MoveRobotFxRobotContext. moveRobotMethods 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 classMoveRobotImplFields in org.testfx.robot.impl declared as MoveRobot Modifier and Type Field Description private MoveRobotClickRobotImpl. moveRobotprivate MoveRobotDragRobotImpl. moveRobotConstructors in org.testfx.robot.impl with parameters of type MoveRobot Constructor Description ClickRobotImpl(MouseRobot mouseRobot, MoveRobot moveRobot, SleepRobot sleepRobot)DragRobotImpl(MouseRobot mouseRobot, MoveRobot moveRobot)
-