Question #263563 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/263563

    Status: Open => Needs information

aidma requested more information:
Could you try capturing a region? I'm curious what Sikuli is able to
see. Try getting Jenkins to run a script with the following code:

====================== CODE START =========================
import shutil

bounds = Screen.getBounds(Screen())
img = capture(0, 0, bounds.width, bounds.height)
shutil.copy(img, "PATH\\TO\\WHERE\\YOU\\WANT\\IMG\\SAVED")
==========================================================

What does the image saved at PATH\\TO\\WHERE\\YOU\\WANT\\IMG\\SAVED look
like after you run that?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to