← Back to team overview

sikuli-driver team mailing list archive

[Question #295416]: Opening SikuliX the next day shows all previously screenshotted images as random numbered files and the script won't run now.

 

New question #295416 on Sikuli:
https://answers.launchpad.net/sikuli/+question/295416

Hello!

Here is my script:

setFindFailedResponse(PROMPT)
import time

openApp("C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe")
click(Pattern("1466177916367.png").targetOffset(-65,0))
type("http://doc.sikuli.org/globals.html";)
type(Key.ENTER)
openApp("C:\\Windows\\System32\\notepad.exe")
click(Pattern("1466179211804.png").targetOffset(-9,-11))

click("1466179250178.png")


type("SikuliX is a tool that uses Jython and a powerful addition of interactions with Screenshots...")
type(Key.ENTER)
type(Key.ENTER)
popup("Hmm...\nThis is probably too small, isn't it?")
click(Pattern("1466179492891.png").targetOffset(4,0))

openApp("C:\\Program Files (x86)\\Microsoft Office\\Office15\\WINWORD.exe")
time.sleep(3)

click(Pattern("1466183501160.png").targetOffset(17,0))
time.sleep(1)
click(Pattern("1466183962943.png").targetOffset(39,-2))

type("50")
type(Key.ENTER)

click("1466183369768.png")
type("SikuliX is a tool that uses Jython and a powerful addition of interactions with Screenshots...")












As you can see, anywhere where it had a screenshot is now replaced with numbers and the script won't run!  I have tried searching for hours and I feel I may not find an answer to this, any help would be appreciated...

Thank you in advance!

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