1
vote
5answers
269 views
I’m writing a screen capture module in Java, but I’m having serious performance issues writing screenshots to disk. What else can I do?
I'm writing a screen capture module using the Robot class. I'm taking screenshots of the application every x milliseconds and writing them to disk. After screen capture is finished …
0
votes
2answers
23 views
Create a global Robot variable without throwing AWTException
I'm trying to create a global Robot variable in a java class without throwing AWTException. The only way that I can come up with it is by throwing the exception. The reason I need …
1
vote
3answers
191 views
What robot (web) libraries are available for python?
Specifically, are there any libraries that do not use sockets?
I will be running this code in Google App Engine, which does not allow the use of sockets.
Google app engine does al …
1
vote
2answers
114 views
Free library like Java’s Robot class for C++
Is there a free library that has the same features of Java's Robot class for C++?
http://java.sun.com/javase/6/docs/api/java/awt/Robot.html
1
vote
5answers
433 views
Is there an equivalent to Java’s Robot class (java.awt.Robot) for Perl?
Is there an equivalent to Java's Robot class (java.awt.Robot) for Perl?
3
votes
5answers
253 views
Convert String to KeyEvents
Hello,
I've discovered the Robot class today and wanted to use it to do some funny scripts...
I want to convert a String into KeyEvent to do something like this :
writeKeyboard( …
0
votes
2answers
73 views
Script to take web survey for me
I had to take a surveymonkey survey today, and the format was as follows: a question was asked, then after hitting the next button, the answer was displayed as "Answer: _" along wi …
1
vote
2answers
213 views
I want to use Robot class in java applet for web browser. will it move and click mouse
I have created this applet, It moves mouse to 1000 pos on screen.It works as application but it does not work in applet. I have created signed applet but still it wont move mouse. …
2
votes
8answers
753 views
PHP IRC Robot, Send Command, but now I need the bot to read the command.
Hello, I have a PHP IRC Robot that I use in my channel and I need it to make OPs to specific set users in the script by me. Anyways I want the robot to check if the user is logged …
2
votes
4answers
274 views
How do you determine if a character requires the shift key to be down to be typed?
I am writing some code to type strings using the Robot class. Everything is mostly good (well, I have to use a big switch statement to get character keycodes), except some keys do …
1
vote
2answers
111 views
Prevent system tray icon from stealing focus when clicked
I am writing an application in Java that places an icon in the system tray (via SWT). When this icon is clicked, I wish to have it automatically type some keys (via the Robot class …
0
votes
0answers
48 views
How to enter text in a cross-platform way with the AWT Robot?
The AWT Robot lets you send key press and release events given the keycode of the key you want to press. But the combination of key(s) you need to use to type a character depends …
4
votes
5answers
253 views
A Python equivilent to Java Robot
Hi, does anyone know of a Python class similar to Java Robot?
Specifically I would like the perform a screen grab in Ubuntu, and eventually track mouse clicks and keyboard presse …
0
votes
0answers
61 views
How to get the text from DataGrid with Rational Robot?
Hello, I am new to Rational Robot, so it could be that my question sounds rather silly :)
I want to write the following test - create a User with the ID xxx, close the new user cr …
0
votes
1answer
93 views
Web/HTTP Robot Platform/Framework
Hi all, is there an existing platform/framework for developing Web/HTTP based robots?
Actually I'm interested in playing some web games, in which one can build his city, select an …
