| |
|
| java.lang.Object abbot.tester.RobotVerifier
RobotVerifier | public class RobotVerifier (Code) | | Provides methods to verify that the robot on the current platform works
properly.
|
Method Summary | |
public static void | main(String[] args) Quick printout of whether the robot works. | public static boolean | verify(java.awt.Robot robot) Auto-detect whether the robot actually works. |
main | public static void main(String[] args)(Code) | | Quick printout of whether the robot works.
|
verify | public static boolean verify(java.awt.Robot robot)(Code) | | Auto-detect whether the robot actually works.
Use this to tell whether we're in w32 service mode without access
to the desktop.
false if the robot fails. |
|
|
|