Comment 4 for bug 802690

Revision history for this message
RaiMan (raimund-hocke) wrote : Re: Part of a dialog gets black when trying to take a screenshot, run sikuli script or use Matching Preview

If you are currently running the script from within the IDE, you should give this a try:

java -jar path-to-sikuli-script.jar path-to-your-script.sikuli

This does not use the IDE at all.

Furthermore it would be interesting wether the output or behavior of the following makes sense in the faulty situation:

print SCREEN.getBounds()
hover(SCREEN.getBottomRight())
print Env.getMouseLocation()
print find(capture(0,0,300,300))