- java.lang.Object
-
- org.testfx.robot.impl.TypeRobotImpl
-
-
Constructor Summary
Constructors Constructor Description TypeRobotImpl(KeyboardRobot keyboardRobot, SleepRobot sleepRobot)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpush(KeyCode... combination)Pushes a given key combination.voidpush(KeyCodeCombination combination)Pushes a given key combination.voidtype(KeyCode... keys)Types given keys one after the other.voidtype(KeyCode key, int times)Types a given key multiple times.
-
-
-
Constructor Detail
-
TypeRobotImpl
public TypeRobotImpl(KeyboardRobot keyboardRobot, SleepRobot sleepRobot)
-
-
Method Detail
-
push
public void push(KeyCode... combination)
Description copied from interface:TypeRobotPushes a given key combination.
-
push
public void push(KeyCodeCombination combination)
Description copied from interface:TypeRobotPushes a given key combination.
-
type
public void type(KeyCode... keys)
Description copied from interface:TypeRobotTypes given keys one after the other.
-
-