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 MoveRobot
FxRobotContext. moveRobot
Methods in org.testfx.api that return MoveRobot Modifier and Type Method Description MoveRobot
FxRobotContext. getMoveRobot()
-
Uses of MoveRobot in org.testfx.robot.impl
Classes in org.testfx.robot.impl that implement MoveRobot Modifier and Type Class Description class
MoveRobotImpl
Fields in org.testfx.robot.impl declared as MoveRobot Modifier and Type Field Description private MoveRobot
ClickRobotImpl. moveRobot
private MoveRobot
DragRobotImpl. moveRobot
Constructors in org.testfx.robot.impl with parameters of type MoveRobot Constructor Description ClickRobotImpl(MouseRobot mouseRobot, MoveRobot moveRobot, SleepRobot sleepRobot)
DragRobotImpl(MouseRobot mouseRobot, MoveRobot moveRobot)
-