Uses of Interface
org.testfx.robot.SleepRobot
-
Packages that use SleepRobot Package Description org.testfx.api org.testfx.robot.impl -
-
Uses of SleepRobot in org.testfx.api
Fields in org.testfx.api declared as SleepRobot Modifier and Type Field Description private SleepRobot
FxRobotContext. sleepRobot
Methods in org.testfx.api that return SleepRobot Modifier and Type Method Description SleepRobot
FxRobotContext. getSleepRobot()
-
Uses of SleepRobot in org.testfx.robot.impl
Classes in org.testfx.robot.impl that implement SleepRobot Modifier and Type Class Description class
SleepRobotImpl
Fields in org.testfx.robot.impl declared as SleepRobot Modifier and Type Field Description private SleepRobot
ClickRobotImpl. sleepRobot
private SleepRobot
MoveRobotImpl. sleepRobot
private SleepRobot
TypeRobotImpl. sleepRobot
private SleepRobot
WriteRobotImpl. sleepRobot
Constructors in org.testfx.robot.impl with parameters of type SleepRobot Constructor Description ClickRobotImpl(MouseRobot mouseRobot, MoveRobot moveRobot, SleepRobot sleepRobot)
MoveRobotImpl(BaseRobot baseRobot, MouseRobot mouseRobot, SleepRobot sleepRobot)
TypeRobotImpl(KeyboardRobot keyboardRobot, SleepRobot sleepRobot)
WriteRobotImpl(BaseRobot baseRobot, SleepRobot sleepRobot, WindowFinder windowFinder)
-