| Constructor and Description |
|---|
TypeRobotImpl(KeyboardRobot keyboardRobot,
SleepRobot sleepRobot) |
| Modifier and Type | Method and Description |
|---|---|
void |
push(javafx.scene.input.KeyCode... combination)
Pushes a given key combination.
|
void |
push(javafx.scene.input.KeyCodeCombination combination)
Pushes a given key combination.
|
void |
type(javafx.scene.input.KeyCode... keys)
Types given keys one after the other.
|
void |
type(javafx.scene.input.KeyCode key,
int times)
Types a given key multiple times.
|
public TypeRobotImpl(KeyboardRobot keyboardRobot, SleepRobot sleepRobot)
public void push(javafx.scene.input.KeyCode... combination)
TypeRobotpublic void push(javafx.scene.input.KeyCodeCombination combination)
TypeRobotpublic void type(javafx.scene.input.KeyCode... keys)
TypeRobot