Top "Awtrobot" questions

The Robot class (java.

Is there a Python equivalent to Java's AWT Robot class?

Does anyone know of a Python class similar to Java Robot? Specifically I would like to perform a screen grab …

python linux automation screenshot awtrobot
How can I simulate a mousePressed event without using java.awt.robot?

I want to simulate a mousePressed event in Java, I found out that I can use the Robot class for …

java mouseevent awtrobot
Get the VK int from an arbitrary char in java

How do you get the VK code from a char that is a letter? It seems like you should be …

java unit-testing keyboard awtrobot fest
Java Robot Class - Add focus to a specific running Application?

I am just trying to figure out if/how to get the Java Robot class to change focus from the …

java awtrobot
simulate backspace key with java.awt.Robot

There seems to be an issue simulating the backspace key with java.awt.Robot. This thread seems to confirm this …

java automation keyboard-shortcuts simulate awtrobot
Robot class java , typing a string issue

I m using the following loop , but its only typing the first charecter and the rest as numbers, any idea ? …

java swing awt awtrobot
Robot.delay(int) versus Thread.sleep(long)

I have a program whose only purpose is to drive a java.awt.Robot in an infinite loop until an …

java multithreading delay sleep awtrobot
Increasing screen capture speed when using Java and awt.Robot

Edit: If anyone also has any other recommendations for increasing performance of screen capture please feel free to share as …

java java-2d javax.imageio awtrobot
java.security.AccessControlException when using java.awt.Robot class for screen capture in applet

I require to capture a web page screen to store it on client's machine whenever client clicks print screen button. …

java applet awt awtrobot accesscontrolexception
Robot.mouseMove not moving to specified location properly

Whenever I run a mouseMove command for a robot, the mouse doesn't always go to the same location. For example, …

java windows mousemove awtrobot