Package org.testfx.robot
Interface WriteRobot
- All Known Implementing Classes:
WriteRobotImpl
public interface WriteRobot
-
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(char character) Writes a given text character.void
Writes the given text characters one after the other.void
Writes the given text characters one after the other, sleeping forsleepMillis
milliseconds after each typed character.
-
Method Details
-
write
void write(char character) Writes a given text character.- Parameters:
character
- the text character to write
-
write
Writes the given text characters one after the other.- Parameters:
text
- the text characters to write
-
write
Writes the given text characters one after the other, sleeping forsleepMillis
milliseconds after each typed character.- Parameters:
text
- the text characters to writesleepMillis
- the milliseconds to sleep for after each character
-