[Sikuli-driver] [Question #245479]: how to find and check an image

2014-03-14 Thread Loren Lai
New question #245479 on Sikuli: https://answers.launchpad.net/sikuli/+question/245479 Hello everybody, I face another issue again. :-( I use the find (image) command in sikuli to identify an image. After that I would like to check if it is available, e.g. click (navi) sleep(1) myImage = find

Re: [Sikuli-driver] [Question #245479]: how to find and check an image

2014-03-14 Thread obiwan-92
Question #245479 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245479 Status: Open = Answered obiwan-92 proposed the following answer: Hello. First replace popup(myImage) by popup(str(myImage)). Then : click (navi) sleep(1) try: myImage = find(myImage)

Re: [Sikuli-driver] [Question #245479]: how to find and check an image

2014-03-14 Thread Eugene S
Question #245479 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245479 Eugene S proposed the following answer: Hi, I recommend, each time you are not sure whether your image was located or not, use highlight(x) method. It will give you a 100% indication of the object on the