Package org.testfx.robot.impl
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
public void push(javafx.scene.input.KeyCode... combination) Description copied from interface:TypeRobotPushes a given key combination. -
push
public void push(javafx.scene.input.KeyCodeCombination combination) Description copied from interface:TypeRobotPushes a given key combination. -
type
public void type(javafx.scene.input.KeyCode... keys) Description copied from interface:TypeRobotTypes given keys one after the other. -
type
public void type(javafx.scene.input.KeyCode key, int times) Description copied from interface:TypeRobotTypes a given key multiple times.
-