Snip
|
This class is used to generate native system input event... of test automation, self-running demos, and other applic... control of the mouse and keyboard is needed. The primary... is to facilitate automated testing of Java platform impl...
[From frame: http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Robot.html] |
---|
Categories |
|
---|
For Snip |
loading snip actions ... |
---|---|
For Page |
loading url actions ... |
This class is used to generate native system input events for the purposes of test automation, self-running demos, and other applications where control of the mouse and keyboard is needed. The primary purpose of Robot is to facilitate automated testing of Java platform implementations.
Using the class to generate input events differs from posting
events to the AWT event queue or AWT components in that the
events are generated in the platform's native input
queue. For example, Robot.mouseMove
will actually move
the mouse cursor instead of just generating mouse move events.
HTML |
<p> This class is used to generate native system input events for the purposes of test automation, self-running demos, and other applications where control of the mouse and keyboard is needed. The primary purpose of Robot is to facilitate automated testing of Java platform implementations. </p><p> Using the class to generate input events differs from posting events to the AWT event queue or AWT components in that the events are generated in the platform's native input queue. For example, <code>Robot.mouseMove</code> will actually move the mouse cursor instead of just generating mouse move events.</p> |
---|