Login

Login
  • Register
  • VectorDesign blog

    Testing Automation and general Tech Geek stuff

    JAVA ROBOTS

    Posted in java on 21 July 2015 by vectordesign

    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.

     

    http://docs.oracle.com/javase/7/docs/api/java/awt/Robot.html

    Leave a Reply