sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #31117
Re: [Question #263563]: Selenium test using Sikuli can't click on image when run from Jenkins
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.