vote up 4 vote down star
1

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 presses (although that's a slightly different question)

Thanks, Stuart

flag

5 Answers

vote up 2 vote down check

If you have GTK, then you can use the gtk.gdk.Display class to do most of the work. It controls the keyboard/mouse pointer grabs a set of gtk.gdk.Screen objects.

link|flag
Thanks very much, this is exactly what I was looking for. – Stuart K May 14 at 8:19
vote up 2 vote down

Check out GNU LDTP:

GNU/Linux Desktop Testing Project (GNU LDTP) is aimed at producing high quality test automation framework [...]

Especially Writing LDTP test scripts in Python scripting language

link|flag
Thanks Benji, I'll be having a look at this as well. – Stuart K May 14 at 8:21
vote up 0 vote down

I don't but you can use Jython for that.

link|flag
vote up 0 vote down

As far as the screen grab, see this answer. That worked for me. Other answers to the same question might be of interest as well.

link|flag
vote up 0 vote down

Check out the RobotFramework. I do not know if it will do the same things as JavaRobot, or if it will do more. But it is easy and very flexible to use.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.