Uses of Interface
org.testfx.robot.MoveRobot
Packages that use MoveRobot
-
Uses of MoveRobot in org.testfx.api
Fields in org.testfx.api declared as MoveRobotMethods in org.testfx.api that return MoveRobot -
Uses of MoveRobot in org.testfx.robot.impl
Classes in org.testfx.robot.impl that implement MoveRobotFields in org.testfx.robot.impl declared as MoveRobotModifier and TypeFieldDescriptionprivate final MoveRobotClickRobotImpl.moveRobotprivate final MoveRobotDragRobotImpl.moveRobotConstructors in org.testfx.robot.impl with parameters of type MoveRobotModifierConstructorDescriptionClickRobotImpl(MouseRobot mouseRobot, MoveRobot moveRobot, SleepRobot sleepRobot) DragRobotImpl(MouseRobot mouseRobot, MoveRobot moveRobot)