Class Robot

java.lang.Object
javafx.scene.robot.Robot

public final class Robot extends Object
A Robot is used for simulating user interaction such as typing keys on the keyboard and using the mouse as well as capturing graphical information without requiring a Scene instance. Robot objects must be constructed and used on the JavaFX Application Thread.
Since:
11