Uses of Interface
org.testfx.robot.SleepRobot
Packages that use SleepRobot
-
Uses of SleepRobot in org.testfx.api
Fields in org.testfx.api declared as SleepRobotMethods in org.testfx.api that return SleepRobot -
Uses of SleepRobot in org.testfx.robot.impl
Classes in org.testfx.robot.impl that implement SleepRobotFields in org.testfx.robot.impl declared as SleepRobotModifier and TypeFieldDescriptionprivate final SleepRobot
ClickRobotImpl.sleepRobot
private final SleepRobot
MoveRobotImpl.sleepRobot
private final SleepRobot
TypeRobotImpl.sleepRobot
private final SleepRobot
WriteRobotImpl.sleepRobot
Constructors in org.testfx.robot.impl with parameters of type SleepRobotModifierConstructorDescriptionClickRobotImpl
(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)