Class WriteRobotImpl

java.lang.Object
org.testfx.robot.impl.WriteRobotImpl
All Implemented Interfaces:
WriteRobot

public class WriteRobotImpl extends Object implements WriteRobot
  • Constructor Details

  • Method Details

    • write

      public void write(char character)
      Description copied from interface: WriteRobot
      Writes a given text character.
      Specified by:
      write in interface WriteRobot
      Parameters:
      character - the text character to write
    • write

      public void write(String text)
      Description copied from interface: WriteRobot
      Writes the given text characters one after the other.
      Specified by:
      write in interface WriteRobot
      Parameters:
      text - the text characters to write
    • write

      public void write(String text, int sleepMillis)
      Description copied from interface: WriteRobot
      Writes the given text characters one after the other, sleeping for sleepMillis milliseconds after each typed character.
      Specified by:
      write in interface WriteRobot
      Parameters:
      text - the text characters to write
      sleepMillis - the milliseconds to sleep for after each character