sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #26296
Re: [Question #249926]: Checking for multiple images in a short time?
Question #249926 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/249926
Status: Open => Answered
rss proposed the following answer:
Ruby variant is differ only by syntax and by volume of code. The core of
Sikuli is the same.
You can also try async events like following (in Ruby):
onAppear( image1 ) { popup 'title1' , 'content' }
onAppear( image2 ) { popup 'title2' , 'content' }
onAppear( image3 ) { popup 'title3' , 'content' }
observe 60
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.