Class WriteRobotImpl
java.lang.Object
org.testfx.robot.impl.WriteRobotImpl
- All Implemented Interfaces:
WriteRobot
-
Constructor Summary
ConstructorsConstructorDescriptionWriteRobotImpl(BaseRobot baseRobot, SleepRobot sleepRobot, WindowFinder windowFinder) -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(char character) Writes a given text character.voidWrites the given text characters one after the other.voidWrites the given text characters one after the other, sleeping forsleepMillismilliseconds after each typed character.
-
Constructor Details
-
WriteRobotImpl
-
-
Method Details
-
write
public void write(char character) Description copied from interface:WriteRobotWrites a given text character.- Specified by:
writein interfaceWriteRobot- Parameters:
character- the text character to write
-
write
Description copied from interface:WriteRobotWrites the given text characters one after the other.- Specified by:
writein interfaceWriteRobot- Parameters:
text- the text characters to write
-
write
Description copied from interface:WriteRobotWrites the given text characters one after the other, sleeping forsleepMillismilliseconds after each typed character.- Specified by:
writein interfaceWriteRobot- Parameters:
text- the text characters to writesleepMillis- the milliseconds to sleep for after each character
-