← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #273037]: [error] script [ 1 ] stopped with error in line 1 [error] FindFailed ( can not find 1375001399359.png on the screen. )

 

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

san gave more information on the question:
code:

from sikuli import *
aRegion=Region(0,0,1450,1050)
aImage = "1445937361436.png"
wait(600)
aMatch = aRegion.find(aImage)
doubleClick("1445937361436.png")

click("1445936939808.png")
type("cellos")
click("1445937448779.png")
type("cellos123")
click("1445937500140.png")
type("171.17.50.51")

click("1445937562042.png")
wait(30)
click("1445939185477.png")
click("1445939623787.png")
wait(60)
click("1445939763234.png")

log message:
C:/Users/sjena/Documents/login_1.sikuli
[debug] Region: init: (0, 0, 1450, 1050)
[debug] Region: find: waiting 3.0 secs for 1445937361436.png to appear in R[0,0
1400x1050]@S(0)
[debug] Image: reused: 1445937361436.png (file:/C:/Users/sjena/Documents/login_1
.sikuli/1445937361436.png)
[debug] Region: find: 1445937361436.png has not appeared [550 msec]
[error] script [ login_1 ] stopped with error in line 5
[error] FindFailed ( can not find 1445937361436.png in R[0,0 1400x1050]@S(0) )
[debug] Sikulix: cleanUp: 0

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.