user1315883
user1315883

Reputation:

How to take screen shot using Sikuli?

I need to use Sikuli for automation but I am unable to take screenshots. The problem is that when I click on "Take Screenshot" or "Create Region" the IDE gets hidden but selecting area option does not appear....

Upvotes: 1

Views: 3089

Answers (2)

Praveen kumar
Praveen kumar

Reputation: 607

Uninstall JDK, which ever version you have, I too faced the same problem, but after uninstalling JDK, it was working well

Upvotes: 0

jsbeckr
jsbeckr

Reputation: 1193

Make sure you are using Java 6 not 7. If you try to run both on the same computer, make sure to take a look in the system32 folder. Because Java 7 copies java.exe and javaw.exe there. You have to delete/rename them.

Better Solution: Uninstall Java 7 and install Java 6. ;)

Upvotes: 2

Related Questions