Class TypeRobotImpl
java.lang.Object
org.testfx.robot.impl.TypeRobotImpl
- All Implemented Interfaces:
TypeRobot
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpush(javafx.scene.input.KeyCode... combination) Pushes a given key combination.voidpush(javafx.scene.input.KeyCodeCombination combination) Pushes a given key combination.voidtype(javafx.scene.input.KeyCode... keys) Types given keys one after the other.voidtype(javafx.scene.input.KeyCode key, int times) Types a given key multiple times.
-
Constructor Details
-
TypeRobotImpl
-
-
Method Details
-
push
-
push
-
type
-
type
-