Uses of Interface
org.testfx.robot.KeyboardRobot
-
Packages that use KeyboardRobot Package Description org.testfx.api org.testfx.robot.impl -
-
Uses of KeyboardRobot in org.testfx.api
Fields in org.testfx.api declared as KeyboardRobot Modifier and Type Field Description private KeyboardRobot
FxRobotContext. keyboardRobot
Methods in org.testfx.api that return KeyboardRobot Modifier and Type Method Description KeyboardRobot
FxRobotContext. getKeyboardRobot()
-
Uses of KeyboardRobot in org.testfx.robot.impl
Classes in org.testfx.robot.impl that implement KeyboardRobot Modifier and Type Class Description class
KeyboardRobotImpl
Fields in org.testfx.robot.impl declared as KeyboardRobot Modifier and Type Field Description private KeyboardRobot
TypeRobotImpl. keyboardRobot
Constructors in org.testfx.robot.impl with parameters of type KeyboardRobot Constructor Description TypeRobotImpl(KeyboardRobot keyboardRobot, SleepRobot sleepRobot)
-