sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #34531
Re: [Question #271257]: I am not finding the right solution for my code
Question #271257 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/271257
Status: Open => Answered
Eugene Maslov proposed the following answer:
A trick promoting web sites?
It works on my Chrome without problems on the page of this question , I
just unindented the last if.
notFound=True
while not exists("Takethetour-2.png"): #bottom of the page
type(Key.DOWN)
if exists("Createbugrep.png"): #in order to locate an image
popup("Hurray!")
notFound = False
break
if notFound:
popup("OMG")
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.